Skip to content

Commit

Permalink
aes-kw: bump MSRV to 1.81
Browse files Browse the repository at this point in the history
  • Loading branch information
baloo committed Oct 21, 2024
1 parent c9ec66b commit a2bb78a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/aes-kw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
rust:
- 1.56.0 # MSRV
- 1.81.0 # MSRV
- stable
target:
- thumbv7em-none-eabi
Expand All @@ -48,7 +48,7 @@ jobs:
strategy:
matrix:
rust:
- 1.56.0 # MSRV
- 1.81.0 # MSRV
- stable
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workspace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.56.0 # MSRV
toolchain: 1.81.0 # MSRV
components: clippy
override: true
- run: cargo clippy --all -- -D warnings
Expand Down
2 changes: 1 addition & 1 deletion aes-kw/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ keywords = ["crypto", "AES-KW", "KW", "AES-KWP", "KWP"]
categories = ["cryptography", "no-std"]
readme = "README.md"
edition = "2021"
rust-version = "1.56"
rust-version = "1.81"

[dependencies]
aes = "=0.9.0-pre.2"
Expand Down

0 comments on commit a2bb78a

Please sign in to comment.