Skip to content

Commit f85125c

Browse files
Add rust-version to manifest
Signed-off-by: Tomás González <tomasagustin.gonzalezorlando@arm.com>
1 parent 3e7f29e commit f85125c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

cryptoki-sys/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +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"
1314

1415
[build-dependencies]
1516
bindgen = { version = "0.66.1", optional = true }

cryptoki/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +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"
1314

1415
[dependencies]
1516
bitflags = "1.3"

0 commit comments

Comments
 (0)