Skip to content

Commit

Permalink
Bump proptest from 0.9.6 to 0.10.1 (mobilecoinfoundation#627)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylefleming authored Dec 18, 2020
1 parent 8e4fd13 commit 7e91ce2
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 10 deletions.
25 changes: 17 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ slog-term = { version = "2.4", optional = true }
scoped_threadpool = "0.1.*"

[dev-dependencies.proptest]
version = "0.9" # Only works for 0.9.1 or newer
version = "0.10" # Only works for 0.9.1 or newer
default-features = false
# Enable all default features not known to break code coverage builds
features = ["default-code-coverage"]
2 changes: 1 addition & 1 deletion transaction/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ mc-crypto-digestible-test-utils = { path = "../../crypto/digestible/test-utils"
mc-transaction-core-test-utils = { path = "../../transaction/core/test-utils" }

[dev-dependencies.proptest]
version = "0.9" # Only works for 0.9.1 or newer
version = "0.10" # Only works for 0.9.1 or newer
default-features = false
# Enable all default features not known to break code coverage builds
features = ["default-code-coverage"]

0 comments on commit 7e91ce2

Please sign in to comment.