Skip to content

Commit 2e11e3d

Browse files
committed
sec1: Bump MSRV to 1.72
1 parent 1a123cb commit 2e11e3d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/sec1.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

sec1/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ categories = ["cryptography", "data-structures", "encoding", "no-std", "parser-i
1414
keywords = ["crypto", "key", "elliptic-curve", "secg"]
1515
readme = "README.md"
1616
edition = "2021"
17-
rust-version = "1.71"
17+
rust-version = "1.72"
1818

1919
[dependencies]
2020
base16ct = { version = "0.2", optional = true, default-features = false }

0 commit comments

Comments
 (0)