Skip to content

Commit

Permalink
squash
Browse files Browse the repository at this point in the history
  • Loading branch information
gibbz00 committed Apr 28, 2024
1 parent 6d8fae2 commit 0a5854a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion prost-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ std = ["prost/std", "proptest/std"]
prost = { version = "0.12.4", path = "../prost", default-features = false, features = ["prost-derive"] }

[dev-dependencies]
proptest = { version = "1", default-features = false }
proptest = { version = "1", default-features = false, features = ["lazy_static", "regex-syntax"] }
2 changes: 1 addition & 1 deletion prost/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ prost-derive = { version = "0.12.4", path = "../prost-derive", optional = true }
criterion = { version = "0.4", default-features = false }
env_logger = { version = "0.10", default-features = false }
log = "0.4"
proptest = { version = "1", default-features = false }
proptest = { version = "1", default-features = false, features = ["lazy_static", "regex-syntax"] }
rand = "0.8"

[[bench]]
Expand Down

0 comments on commit 0a5854a

Please sign in to comment.