mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00:00
Make rand_pcg a test-only dependency
This commit is contained in:
parent
244d882984
commit
47c503bbf3
1 changed files with 1 additions and 2 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue