Skip to content

Commit

Permalink
dsa: bump MSRV to 1.83
Browse files Browse the repository at this point in the history
required because of crypto-bigint
  • Loading branch information
baloo committed Feb 17, 2025
1 parent d8c1188 commit d1cedef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dsa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- thumbv7em-none-eabi
- wasm32-unknown-unknown
toolchain:
- 1.81.0 # MSRV
- 1.83.0 # MSRV
- stable
steps:
- uses: actions/checkout@v4
Expand All @@ -42,7 +42,7 @@ jobs:
- macos-latest
- windows-latest
toolchain:
- 1.81.0 # MSRV
- 1.83.0 # MSRV
- stable
runs-on: ${{ matrix.platform }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion dsa/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ homepage = "https://github.com/RustCrypto/signatures/tree/master/dsa"
repository = "https://github.com/RustCrypto/signatures"
categories = ["cryptography", "no-std"]
keywords = ["crypto", "nist", "signature"]
rust-version = "1.81"
rust-version = "1.83"

[dependencies]
digest = "=0.11.0-pre.9"
Expand Down

0 comments on commit d1cedef

Please sign in to comment.