Skip to content

Commit ceeb2ca

Browse files
committed
Upgrade all crates to the 2024 edition and bump MSRV to 1.85
1 parent ae568d4 commit ceeb2ca

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

104 files changed

+272
-561
lines changed

.github/workflows/ascon-hash.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
build:
2727
needs: set-msrv

.github/workflows/belt-hash.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
build:
2727
needs: set-msrv

.github/workflows/blake2.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
build:
2727
needs: set-msrv

.github/workflows/fsb.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
build:
2727
needs: set-msrv

.github/workflows/gost94.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
build:
2727
needs: set-msrv

.github/workflows/groestl.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
build:
2727
needs: set-msrv

.github/workflows/jh.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
build:
2727
needs: set-msrv

.github/workflows/k12.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
build:
2727
needs: set-msrv

.github/workflows/md2.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
build:
2727
needs: set-msrv

.github/workflows/md4.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
build:
2727
needs: set-msrv

0 commit comments

Comments
 (0)