Make rand_pcg a test-only dependency

This commit is contained in:
Johannes Altmanninger 2024-01-07 16:08:29 +01:00
parent 244d882984
commit 47c503bbf3

View file

@ -57,11 +57,10 @@ num-derive = "0.3.3"
once_cell = "1.17.0"
rand = { version = "0.8.5", features = ["small_rng"] }
widestring = "1.0.2"
# for tests
rand_pcg = "0.3.1"
git-version = "0.3"
[dev-dependencies]
rand_pcg = "0.3.1"
serial_test = "0.4.0"
[build-dependencies]