Skip to content

Commit 0873daf

Browse files
committed
chore(deps): bump hybrid-array from 0.2.0-rc.9 to 0.2.0-rc.10; bump MSRV to 1.81
1 parent a39a5e5 commit 0873daf

File tree

4 files changed

+39
-39
lines changed

4 files changed

+39
-39
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
rust:
19-
- 1.72.0 # MSRV
19+
- 1.81.0 # MSRV
2020
- stable
2121
target:
2222
- thumbv7em-none-eabi
@@ -35,7 +35,7 @@ jobs:
3535
strategy:
3636
matrix:
3737
rust:
38-
- 1.72.0 # MSRV
38+
- 1.81.0 # MSRV
3939
- stable
4040
steps:
4141
- uses: actions/checkout@v4

.github/workflows/workspace.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: RustCrypto/actions/cargo-cache@master
1818
- uses: dtolnay/rust-toolchain@master
1919
with:
20-
toolchain: 1.79.0
20+
toolchain: 1.81.0
2121
components: clippy
2222
- run: cargo clippy --all -- -D warnings
2323

Cargo.lock

+35-35
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repository = "https://github.com/RustCrypto/RSA"
1010
keywords = ["rsa", "encryption", "security", "crypto"]
1111
categories = ["cryptography"]
1212
readme = "README.md"
13-
rust-version = "1.72"
13+
rust-version = "1.81"
1414

1515
[dependencies]
1616
num-bigint = { version = "0.8.2", features = ["i128", "prime", "zeroize"], default-features = false, package = "num-bigint-dig" }

0 commit comments

Comments
 (0)