Skip to content

Commit ed08fc0

Browse files
authored
Upgrade all crates to the 2024 edition; MSRV 1.85 (#1670)
1 parent 6efbe74 commit ed08fc0

File tree

155 files changed

+4753
-1121
lines changed

Some content is hidden

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

155 files changed

+4753
-1121
lines changed

.github/workflows/base16ct.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
matrix:
2525
rust:
26-
- 1.65.0 # MSRV
26+
- 1.85.0 # MSRV
2727
- stable
2828
target:
2929
- thumbv7em-none-eabi
@@ -47,7 +47,7 @@ jobs:
4747
strategy:
4848
matrix:
4949
rust:
50-
- 1.65.0 # MSRV
50+
- 1.85.0 # MSRV
5151
- stable
5252
steps:
5353
- uses: actions/checkout@v4

.github/workflows/base32ct.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
matrix:
2525
rust:
26-
- 1.65.0 # MSRV
26+
- 1.85.0 # MSRV
2727
- stable
2828
target:
2929
- thumbv7em-none-eabi
@@ -47,7 +47,7 @@ jobs:
4747
strategy:
4848
matrix:
4949
rust:
50-
- 1.65.0 # MSRV
50+
- 1.85.0 # MSRV
5151
- stable
5252
steps:
5353
- uses: actions/checkout@v4

.github/workflows/base64ct.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
matrix:
2525
rust:
26-
- 1.65.0 # MSRV
26+
- 1.85.0 # MSRV
2727
- stable
2828
target:
2929
- thumbv7em-none-eabi
@@ -47,7 +47,7 @@ jobs:
4747
strategy:
4848
matrix:
4949
rust:
50-
- 1.65.0 # MSRV
50+
- 1.85.0 # MSRV
5151
- stable
5252
steps:
5353
- uses: actions/checkout@v4

.github/workflows/const-oid.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
matrix:
2525
rust:
26-
- 1.81.0 # MSRV
26+
- 1.85.0 # MSRV
2727
- stable
2828
target:
2929
- thumbv7em-none-eabi
@@ -47,7 +47,7 @@ jobs:
4747
strategy:
4848
matrix:
4949
rust:
50-
- 1.81.0 # MSRV
50+
- 1.85.0 # MSRV
5151
- stable
5252
steps:
5353
- uses: actions/checkout@v4

.github/workflows/der.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
strategy:
2626
matrix:
2727
rust:
28-
- 1.81.0 # MSRV
28+
- 1.85.0 # MSRV
2929
- stable
3030
target:
3131
- thumbv7em-none-eabi
@@ -52,7 +52,7 @@ jobs:
5252
# 32-bit Linux
5353
- targets: i686-unknown-linux-gnu
5454
platform: ubuntu-latest
55-
rust: 1.81.0 # MSRV
55+
rust: 1.85.0 # MSRV
5656
deps: sudo apt update && sudo apt install gcc-multilib
5757
- targets: i686-unknown-linux-gnu
5858
platform: ubuntu-latest
@@ -62,7 +62,7 @@ jobs:
6262
# 64-bit Linux
6363
- targets: x86_64-unknown-linux-gnu
6464
platform: ubuntu-latest
65-
rust: 1.81.0 # MSRV
65+
rust: 1.85.0 # MSRV
6666
- targets: x86_64-unknown-linux-gnu
6767
platform: ubuntu-latest
6868
rust: stable
@@ -71,7 +71,7 @@ jobs:
7171
# 64-bit Windows
7272
#- targets: x86_64-pc-windows-msvc
7373
# platform: windows-latest
74-
# rust: 1.81.0 # MSRV
74+
# rust: 1.85.0 # MSRV
7575
#- targets: x86_64-pc-windows-msvc
7676
# platform: windows-latest
7777
# rust: stable
@@ -91,7 +91,7 @@ jobs:
9191
strategy:
9292
matrix:
9393
rust:
94-
- 1.81.0 # MSRV
94+
- 1.85.0 # MSRV
9595
- stable
9696
steps:
9797
- uses: actions/checkout@v4

.github/workflows/pem-rfc7468.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
matrix:
2626
rust:
27-
- 1.81.0 # MSRV
27+
- 1.85.0 # MSRV
2828
- stable
2929
target:
3030
- thumbv7em-none-eabi
@@ -48,7 +48,7 @@ jobs:
4848
strategy:
4949
matrix:
5050
rust:
51-
- 1.81.0 # MSRV
51+
- 1.85.0 # MSRV
5252
- stable
5353
steps:
5454
- uses: actions/checkout@v4

.github/workflows/pkcs1.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
strategy:
2828
matrix:
2929
rust:
30-
- 1.81.0 # MSRV
30+
- 1.85.0 # MSRV
3131
- stable
3232
target:
3333
- thumbv7em-none-eabi
@@ -52,7 +52,7 @@ jobs:
5252
strategy:
5353
matrix:
5454
rust:
55-
- 1.81.0 # MSRV
55+
- 1.85.0 # MSRV
5656
- stable
5757
steps:
5858
- uses: actions/checkout@v4

.github/workflows/pkcs12.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
strategy:
2929
matrix:
3030
rust:
31-
- 1.81.0 # MSRV
31+
- 1.85.0 # MSRV
3232
- stable
3333
target:
3434
- thumbv7em-none-eabi
@@ -53,7 +53,7 @@ jobs:
5353
strategy:
5454
matrix:
5555
rust:
56-
- 1.81.0 # MSRV
56+
- 1.85.0 # MSRV
5757
- stable
5858
steps:
5959
- uses: actions/checkout@v4

.github/workflows/pkcs5.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
strategy:
2727
matrix:
2828
rust:
29-
- 1.81.0 # MSRV
29+
- 1.85.0 # MSRV
3030
- stable
3131
target:
3232
- thumbv7em-none-eabi
@@ -51,7 +51,7 @@ jobs:
5151
strategy:
5252
matrix:
5353
rust:
54-
- 1.81.0 # MSRV
54+
- 1.85.0 # MSRV
5555
- stable
5656
steps:
5757
- uses: actions/checkout@v4

.github/workflows/pkcs8.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
strategy:
2929
matrix:
3030
rust:
31-
- 1.81.0 # MSRV
31+
- 1.85.0 # MSRV
3232
- stable
3333
target:
3434
- thumbv7em-none-eabi
@@ -55,7 +55,7 @@ jobs:
5555
strategy:
5656
matrix:
5757
rust:
58-
- 1.81.0 # MSRV
58+
- 1.85.0 # MSRV
5959
- stable
6060
steps:
6161
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)