Skip to content

Commit

Permalink
move proptest to dev-dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Chi <iskyzh@gmail.com>
  • Loading branch information
skyzh authored and mplanchard committed Aug 2, 2023
1 parent 271c646 commit 3f5f57b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/cuid2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ harness = false
[dependencies]
cuid-util = { path = "../cuid-util", version = "0.1.0" }
num = { version = "0.4.0", features = ["num-bigint"] }
proptest = "1.0.0"
rand = "0.8.5"
sha3 = "0.10.6"

[dev-dependencies]
criterion = "0.4.0"
num_cpus = "1.15.0"
radix_fmt = "1.0.0"
proptest = "1.0.0"

0 comments on commit 3f5f57b

Please sign in to comment.