Skip to content

Commit

Permalink
base64ct: preserve MSRV, drop tempfile/rustix
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Gautier <[email protected]>
  • Loading branch information
baloo committed Aug 1, 2023
1 parent c85a009 commit df0d7f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base64ct/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ rust-version = "1.60"

[dev-dependencies]
base64 = "0.21"
proptest = "1"
proptest = { version = "1", default-features = false, features = ["std"] }

[features]
alloc = []
Expand Down

0 comments on commit df0d7f4

Please sign in to comment.