Skip to content

Commit c8a6bff

Browse files
authored
Upgrade all crates to the 2024 edition and bump MSRV to 1.85 (#118)
1 parent 66c96f2 commit c8a6bff

38 files changed

+423
-294
lines changed

.github/workflows/dhkem.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
set-msrv:
2222
uses: RustCrypto/actions/.github/workflows/set-msrv.yml@master
2323
with:
24-
msrv: 1.74.0
24+
msrv: 1.85.0
2525

2626
minimal-versions:
2727
# temporarily disabled as requested by Tony (https://github.com/RustCrypto/KEMs/pull/15#pullrequestreview-2006378802)

.github/workflows/frodo-kem.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
set-msrv:
2626
uses: RustCrypto/actions/.github/workflows/set-msrv.yml@master
2727
with:
28-
msrv: 1.82.0
28+
msrv: 1.85.0
2929

3030
build:
3131
needs: set-msrv

.github/workflows/ml-kem.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
set-msrv:
2222
uses: RustCrypto/actions/.github/workflows/set-msrv.yml@master
2323
with:
24-
msrv: 1.81.0
24+
msrv: 1.85.0
2525

2626
minimal-versions:
2727
# temporarily disabled as requested by Tony (https://github.com/RustCrypto/KEMs/pull/15#pullrequestreview-2006378802)

.github/workflows/workspace.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
timeout-minutes: 45
2222
steps:
2323
- uses: actions/checkout@v4
24-
- uses: dtolnay/rust-toolchain@1.84
24+
- uses: dtolnay/rust-toolchain@1.85
2525
with:
2626
components: clippy
2727
- run: cargo clippy --all-features --all-targets -- -D warnings

.github/workflows/x-wing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
set-msrv:
2323
uses: RustCrypto/actions/.github/workflows/set-msrv.yml@master
2424
with:
25-
msrv: 1.81.0
25+
msrv: 1.85.0
2626

2727
minimal-versions:
2828
# temporarily disabled as requested by Tony (https://github.com/RustCrypto/KEMs/pull/15#pullrequestreview-2006378802)

0 commit comments

Comments
 (0)