Skip to content

Commit d1cedef

Browse files
committed
dsa: bump MSRV to 1.83
required because of crypto-bigint
1 parent d8c1188 commit d1cedef

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/dsa.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- thumbv7em-none-eabi
2525
- wasm32-unknown-unknown
2626
toolchain:
27-
- 1.81.0 # MSRV
27+
- 1.83.0 # MSRV
2828
- stable
2929
steps:
3030
- uses: actions/checkout@v4
@@ -42,7 +42,7 @@ jobs:
4242
- macos-latest
4343
- windows-latest
4444
toolchain:
45-
- 1.81.0 # MSRV
45+
- 1.83.0 # MSRV
4646
- stable
4747
runs-on: ${{ matrix.platform }}
4848
steps:

dsa/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ homepage = "https://github.com/RustCrypto/signatures/tree/master/dsa"
1313
repository = "https://github.com/RustCrypto/signatures"
1414
categories = ["cryptography", "no-std"]
1515
keywords = ["crypto", "nist", "signature"]
16-
rust-version = "1.81"
16+
rust-version = "1.83"
1717

1818
[dependencies]
1919
digest = "=0.11.0-pre.9"

0 commit comments

Comments
 (0)