Skip to content

Commit c0529e1

Browse files
committed
Bump X.509-based crates to prereleases versions; MSRV 1.72
For next release cycle, as was started in #1296. Due to circular dependencies (on e.g. digital signature libraries) this wasn't possible at that time, but is now that we've made prereleases of all of the requisite dependencies. This bumps the following crates to prerelease versions (not intended for release, just to signal we're making breaking changes): - `cmpv2` v0.3.0-pre - `cms` v0.3.0-pre - `crmf` v0.3.0-pre - `gss-api` v0.2.0-pre - `pkcs12` v0.2.0-pre - `x509-cert` v0.3.0-pre - `x509-ocsp` v0.3.0-pre - `x509-tsp` v0.2.0-pre See also: #1289
1 parent 69384ad commit c0529e1

31 files changed

+326
-368
lines changed

.github/workflows/cmpv2.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.65.0 # MSRV
30+
- 1.72.0 # MSRV
3131
- stable
3232
target:
3333
- thumbv7em-none-eabi
@@ -51,7 +51,7 @@ jobs:
5151
strategy:
5252
matrix:
5353
rust:
54-
- 1.65.0 # MSRV
54+
- 1.72.0 # MSRV
5555
- stable
5656
steps:
5757
- uses: actions/checkout@v4

.github/workflows/cms.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.65.0 # MSRV
30+
- 1.72.0 # MSRV
3131
- stable
3232
target:
3333
- thumbv7em-none-eabi
@@ -57,7 +57,7 @@ jobs:
5757
strategy:
5858
matrix:
5959
rust:
60-
- 1.65.0 # MSRV
60+
- 1.72.0 # MSRV
6161
- stable
6262
steps:
6363
- uses: actions/checkout@v4

.github/workflows/crmf.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.65.0 # MSRV
30+
- 1.72.0 # MSRV
3131
- stable
3232
target:
3333
- thumbv7em-none-eabi
@@ -51,7 +51,7 @@ jobs:
5151
strategy:
5252
matrix:
5353
rust:
54-
- 1.65.0 # MSRV
54+
- 1.72.0 # MSRV
5555
- stable
5656
steps:
5757
- uses: actions/checkout@v4

.github/workflows/gss-api.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.65.0 # MSRV
30+
- 1.72.0 # MSRV
3131
- stable
3232
target:
3333
- thumbv7em-none-eabi
@@ -51,7 +51,7 @@ jobs:
5151
strategy:
5252
matrix:
5353
rust:
54-
- 1.65.0 # MSRV
54+
- 1.72.0 # MSRV
5555
- stable
5656
steps:
5757
- 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.65.0 # MSRV
31+
- 1.72.0 # MSRV
3232
- stable
3333
target:
3434
- thumbv7em-none-eabi
@@ -55,7 +55,7 @@ jobs:
5555
strategy:
5656
matrix:
5757
rust:
58-
- 1.65.0 # MSRV
58+
- 1.72.0 # MSRV
5959
- stable
6060
steps:
6161
- uses: actions/checkout@v4

.github/workflows/x509-cert.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.65.0 # MSRV
29+
- 1.72.0 # MSRV
3030
- stable
3131
target:
3232
- thumbv7em-none-eabi
@@ -51,7 +51,7 @@ jobs:
5151
strategy:
5252
matrix:
5353
rust:
54-
- 1.65.0 # MSRV
54+
- 1.72.0 # MSRV
5555
- stable
5656
steps:
5757
- uses: actions/checkout@v4

.github/workflows/x509-ocsp.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.65.0 # MSRV
29+
- 1.72.0 # MSRV
3030
- stable
3131
target:
3232
- thumbv7em-none-eabi
@@ -53,7 +53,7 @@ jobs:
5353
strategy:
5454
matrix:
5555
rust:
56-
- 1.65.0 # MSRV
56+
- 1.72.0 # MSRV
5757
- stable
5858
steps:
5959
- uses: actions/checkout@v4

.github/workflows/x509-tsp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
strategy:
3030
matrix:
3131
rust:
32-
- 1.65.0 # MSRV
32+
- 1.72.0 # MSRV
3333
- stable
3434
target:
3535
- thumbv7em-none-eabi
@@ -56,7 +56,7 @@ jobs:
5656
strategy:
5757
matrix:
5858
rust:
59-
- 1.65.0 # MSRV
59+
- 1.72.0 # MSRV
6060
- stable
6161
steps:
6262
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)