Skip to content

Commit 92438a6

Browse files
committed
x509-cert: bump MSRV to 1.75 for AFIT support
1 parent 938fe55 commit 92438a6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.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.75.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.75.0 # MSRV
5555
- stable
5656
steps:
5757
- uses: actions/checkout@v4

x509-cert/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ categories = ["cryptography", "data-structures", "encoding", "no-std"]
1212
keywords = ["crypto"]
1313
readme = "README.md"
1414
edition = "2021"
15-
rust-version = "1.65"
15+
rust-version = "1.75"
1616

1717
[dependencies]
1818
const-oid = { version = "0.9.3", features = ["db"] }
@@ -21,7 +21,7 @@ spki = { version = "0.7.3", features = ["alloc"] }
2121

2222
# optional dependencies
2323
arbitrary = { version = "1.3", features = ["derive"], optional = true }
24-
async-signature = { version = "0.5.0-pre.0", features = ["digest", "rand_core"], optional = true } # raises MSRV to 1.75 for AFIT support
24+
async-signature = { version = "0.5.0-pre.0", features = ["digest", "rand_core"], optional = true }
2525
sha1 = { version = "0.10.6", optional = true }
2626
signature = { version = "2.1.0", features = ["rand_core"], optional = true }
2727

0 commit comments

Comments
 (0)