Skip to content

Commit f4a3b77

Browse files
authored
Merge pull request #488 from ionut-arm/sys-vbump
Update -sys version number and Rust version
2 parents db16a31 + 5a7b0df commit f4a3b77

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

tss-esapi-sys/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tss-esapi-sys"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
authors = ["Parsec Project Contributors"]
55
edition = "2018"
66
description = "FFI wrapper around TSS 2.0 Enhanced System API"
@@ -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: 2 additions & 1 deletion
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
[[example]]
1516
name = "hmac"
@@ -25,7 +26,7 @@ num-traits = "0.2.12"
2526
hostname-validator = "1.1.0"
2627
regex = "1.3.9"
2728
zeroize = { version = "1.5.7", features = ["zeroize_derive"] }
28-
tss-esapi-sys = { path = "../tss-esapi-sys", version = "0.4.0" }
29+
tss-esapi-sys = { path = "../tss-esapi-sys", version = "0.5.0" }
2930
oid = { version = "0.2.1", optional = true }
3031
picky-asn1 = { version = "0.8.0", optional = true }
3132
picky-asn1-x509 = { version = "0.12.0", optional = true }

0 commit comments

Comments
 (0)