Skip to content

Commit

Permalink
Bump aead MSRV to 1.65 (equal to crypto-common)
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed Nov 11, 2023
1 parent 8dcd467 commit 7f47c2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aead/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ documentation = "https://docs.rs/aead"
repository = "https://github.com/RustCrypto/traits"
keywords = ["crypto", "encryption"]
categories = ["cryptography", "no-std"]
rust-version = "1.60"
rust-version = "1.65"

[dependencies]
crypto-common = "0.2.0-pre"
Expand Down

0 comments on commit 7f47c2e

Please sign in to comment.