Skip to content

Commit

Permalink
deps: update proptest dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
null8626 committed Jul 3, 2023
1 parent 772aa21 commit a23c667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ rust-version = "1.64.0"
serde = { version = "1", default-features = false, optional = true }

[dev-dependencies]
proptest = "1"
proptest = { version = "1", default-features = false, features = ["std"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"

Expand Down

0 comments on commit a23c667

Please sign in to comment.