Skip to content

Commit

Permalink
Bump MSRV to 1.81
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed Nov 22, 2024
1 parent 5902ea6 commit e32773d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ascon/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ keywords = ["Ascon", "crypto", "permutation"]
categories = ["cryptography", "no-std"]
readme = "README.md"
edition = "2021"
rust-version = "1.60"
rust-version = "1.81"

[dependencies]
zeroize = { version = "1.6.0", default-features = false, optional=true }
Expand Down
2 changes: 1 addition & 1 deletion ascon/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ portfolio of the [CAESAR competition].

## Minimum Supported Rust Version

This crate requires **Rust 1.60** at a minimum.
This crate requires **Rust 1.81** at a minimum.

We may change the MSRV in the future, but it will be accompanied by a minor
version bump.
Expand Down
2 changes: 1 addition & 1 deletion keccak/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ keywords = ["crypto", "sponge", "keccak", "keccak-f", "keccak-p"]
categories = ["cryptography", "no-std"]
readme = "README.md"
edition = "2021"
rust-version = "1.60"
rust-version = "1.81"

[features]
asm = [] # Use optimized assembly when available (currently only ARMv8)
Expand Down
2 changes: 1 addition & 1 deletion keccak/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ is built on this crate.

## Minimum Supported Rust Version

Rust **1.60** or higher.
Rust **1.81** or higher.

Minimum supported Rust version can be changed in the future, but it will be
done with a minor version bump.
Expand Down

0 comments on commit e32773d

Please sign in to comment.