Skip to content

Commit

Permalink
MSRV 1.61
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed Aug 25, 2024
1 parent eba43e5 commit 1dc44c7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/aarch64-dit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
strategy:
matrix:
toolchain:
- 1.60.0 # MSRV
- 1.61.0 # MSRV
- stable
runs-on: macos-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion aarch64-dit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ categories = ["cryptography", "hardware-support", "no-std"]
keywords = ["crypto", "intrinsics"]
readme = "README.md"
edition = "2021"
rust-version = "1.60"
rust-version = "1.61"

[dev-dependencies]
# TODO: release `cpufeatures` with `dit` support
Expand Down
4 changes: 2 additions & 2 deletions aarch64-dit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ data, thus preventing potential information leaks via timing sidechannels.

## Minimum Supported Rust Version

Rust **1.60** or newer.
Rust **1.61** or newer.

In the future, we reserve the right to change MSRV (i.e. MSRV is out-of-scope for this crate's
SemVer guarantees), however when we do it will be accompanied by a minor version bump.
Expand All @@ -41,7 +41,7 @@ additional terms or conditions.
[docs-image]: https://docs.rs/aarch64-dit/badge.svg
[docs-link]: https://docs.rs/aarch64-dit/
[license-image]: https://img.shields.io/badge/license-Apache2.0/MIT-blue.svg
[msrv-image]: https://img.shields.io/badge/rustc-1.60+-blue.svg
[msrv-image]: https://img.shields.io/badge/rustc-1.61+-blue.svg
[build-image]: https://github.com/RustCrypto/utils/actions/workflows/aarch64-dit.yml/badge.svg
[build-link]: https://github.com/RustCrypto/utils/actions/workflows/aarch64-dit.yml

Expand Down

0 comments on commit 1dc44c7

Please sign in to comment.