Skip to content

Commit e859bb1

Browse files
Cargo.toml: Specify rust-version=1.66.0
Mark MSRV (Minimum Supported Rust Version) as 1.66.0 Signed-off-by: Tomás González <[email protected]>
1 parent 7c68948 commit e859bb1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tss-esapi-sys/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ license = "Apache-2.0"
1111
repository = "https://github.com/parallaxsecond/rust-tss-esapi"
1212
documentation = "https://docs.rs/crate/tss-esapi-sys"
1313
links = "tss2-esys"
14+
rust-version = "1.66.0"
1415

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

tss-esapi/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"]
1010
license = "Apache-2.0"
1111
repository = "https://github.com/parallaxsecond/rust-tss-esapi"
1212
documentation = "https://docs.rs/crate/tss-esapi"
13+
rust-version = "1.66.0"
1314

1415
[dependencies]
1516
bitfield = "0.14.0"

0 commit comments

Comments
 (0)