Skip to content

Commit

Permalink
Pin proptest to v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed Nov 15, 2023
1 parent 910d4a7 commit 3624952
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 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 base32ct/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ rust-version = "1.60"
[dev-dependencies]
base32 = "0.4"
# pinned to preserve MSRV
proptest = { version = "=1.3.1", default-features = false, features = ["std"] }
proptest = { version = "=1.2.0", default-features = false, features = ["std"] }

[features]
alloc = []
Expand Down
2 changes: 1 addition & 1 deletion base64ct/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ rust-version = "1.60"
[dev-dependencies]
base64 = "0.21"
# pinned to preserve MSRV
proptest = { version = "=1.3.1", default-features = false, features = ["std"] }
proptest = { version = "=1.2.0", default-features = false, features = ["std"] }

[features]
alloc = []
Expand Down

0 comments on commit 3624952

Please sign in to comment.