Skip to content

Commit

Permalink
move proptest to the dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
irevoire committed Sep 16, 2024
1 parent 283eb2c commit f2f6a7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ roaring = "0.10.5"
tempfile = "3.10.1"
thiserror = "1.0.61"
nohash = "0.2.0"
proptest = "1.5.0"

[dev-dependencies]
anyhow = "1.0.86"
Expand All @@ -32,6 +31,7 @@ clap = { version = "4.5.7", features = ["derive"] }
env_logger = "0.11.3"
insta = "1.39.0"
instant-distance = "0.6.1"
proptest = "1.5.0"
rand = { version = "0.8.5", features = ["std_rng"] }
tempfile = "3.10.1"

Expand Down

0 comments on commit f2f6a7e

Please sign in to comment.