Skip to content

Commit

Permalink
cargo: move proptest!s to dev dependencies (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
erwanor authored Apr 11, 2023
1 parent 6a44cc1 commit a9a04f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jmt"
version = "0.4.0"
version = "0.4.1"
authors = [
"Penumbra Labs <[email protected]>",
"Diem Association <[email protected]>",
Expand Down Expand Up @@ -32,8 +32,6 @@ num-derive = "0.3.3"
num-traits = "0.2.14"
once_cell = { version = "1.7.2", optional = true }
parking_lot = { version = "0.12.1", optional = true }
proptest = { version = "1.0.0" }
proptest-derive = { version = "0.3.0" }
serde = { version = "1.0.124", features = ["derive"] }
thiserror = { version = "1.0.24", optional = true }
prometheus = { version = "0.13", optional = true }
Expand All @@ -46,3 +44,5 @@ hex = { version = "0.4", features = ["serde"] }
rand = { version = "0.8.3" }
parking_lot = { version = "0.12.1" }
serde_json = { version = "1.0.95" }
proptest = { version = "1.0.0" }
proptest-derive = { version = "0.3.0" }

0 comments on commit a9a04f4

Please sign in to comment.