Skip to content

Commit 1a123cb

Browse files
committed
pkcs1: bump MSRV to 1.72
1 parent d6bcb92 commit 1a123cb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.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.71.0 # MSRV
30+
- 1.72.0 # MSRV
3131
- stable
3232
target:
3333
- thumbv7em-none-eabi
@@ -52,7 +52,7 @@ jobs:
5252
strategy:
5353
matrix:
5454
rust:
55-
- 1.71.0 # MSRV
55+
- 1.72.0 # MSRV
5656
- stable
5757
steps:
5858
- uses: actions/checkout@v4

pkcs1/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ categories = ["cryptography", "data-structures", "encoding", "no-std", "parser-i
1313
keywords = ["crypto", "key", "pem", "pkcs", "rsa"]
1414
readme = "README.md"
1515
edition = "2021"
16-
rust-version = "1.71"
16+
rust-version = "1.72"
1717

1818
[dependencies]
1919
der = { version = "=0.8.0-pre.0", features = ["oid"] }

0 commit comments

Comments
 (0)