Skip to content

Commit d73f78d

Browse files
committed
Bump MSRV to 1.77
Signed-off-by: Wiktor Kwapisiewicz <[email protected]>
1 parent 37f39e0 commit d73f78d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- riscv64gc-unknown-linux-gnu
6161
toolchain:
6262
- stable
63-
- "1.66.0" # MSRV
63+
- "1.77" # MSRV
6464
steps:
6565
- uses: actions/checkout@v4
6666
- name: Setup Rust toolchain
@@ -97,7 +97,7 @@ jobs:
9797
- x86_64-unknown-linux-gnu
9898
toolchain:
9999
- stable
100-
- "1.66.0" # MSRV
100+
- "1.77 # MSRV
101101
steps:
102102
- uses: actions/checkout@v4
103103
- name: Setup Rust toolchain

cryptoki-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ categories = ["api-bindings", "external-ffi-bindings", "cryptography", "hardware
1010
license = "Apache-2.0"
1111
repository = "https://github.com/parallaxsecond/rust-cryptoki"
1212
documentation = "https://docs.rs/crate/cryptoki-sys"
13-
rust-version = "1.66.0"
13+
rust-version = "1.77"
1414

1515
[build-dependencies]
1616
bindgen = { version = "0.70.1", optional = true }

cryptoki/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ categories = ["api-bindings", "external-ffi-bindings", "cryptography", "hardware
1010
license = "Apache-2.0"
1111
repository = "https://github.com/parallaxsecond/rust-cryptoki"
1212
documentation = "https://docs.rs/crate/cryptoki"
13-
rust-version = "1.66.0"
13+
rust-version = "1.77"
1414

1515
[dependencies]
1616
bitflags = "1.3"

0 commit comments

Comments
 (0)