Skip to content

Commit

Permalink
base64ct: pin rustix to 0.37 to preserve MSRV 1.60
Browse files Browse the repository at this point in the history
Otherwise we get test failures on newer versions which are MSRV 1.63
  • Loading branch information
tarcieri committed Aug 1, 2023
1 parent 710e771 commit 9685766
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions base64ct/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ rust-version = "1.60"
[dev-dependencies]
base64 = "0.21"
proptest = "1"
rustix = "0.37" # Pinned to preserve MSRV 1.60

[features]
alloc = []
Expand Down

0 comments on commit 9685766

Please sign in to comment.