Skip to content

Commit

Permalink
Merge pull request parallaxsecond#488 from ionut-arm/sys-vbump
Browse files Browse the repository at this point in the history
Update -sys version number and Rust version
  • Loading branch information
wiktor-k authored Jan 31, 2024
2 parents db16a31 + 5a7b0df commit f4a3b77
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion tss-esapi-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tss-esapi-sys"
version = "0.4.0"
version = "0.5.0"
authors = ["Parsec Project Contributors"]
edition = "2018"
description = "FFI wrapper around TSS 2.0 Enhanced System API"
Expand All @@ -11,6 +11,7 @@ license = "Apache-2.0"
repository = "https://github.com/parallaxsecond/rust-tss-esapi"
documentation = "https://docs.rs/crate/tss-esapi-sys"
links = "tss2-esys"
rust-version = "1.66.0"

[build-dependencies]
bindgen = { version = "0.66.1", optional = true }
Expand Down
3 changes: 2 additions & 1 deletion tss-esapi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ categories = ["api-bindings", "external-ffi-bindings", "cryptography"]
license = "Apache-2.0"
repository = "https://github.com/parallaxsecond/rust-tss-esapi"
documentation = "https://docs.rs/crate/tss-esapi"
rust-version = "1.66.0"

[[example]]
name = "hmac"
Expand All @@ -25,7 +26,7 @@ num-traits = "0.2.12"
hostname-validator = "1.1.0"
regex = "1.3.9"
zeroize = { version = "1.5.7", features = ["zeroize_derive"] }
tss-esapi-sys = { path = "../tss-esapi-sys", version = "0.4.0" }
tss-esapi-sys = { path = "../tss-esapi-sys", version = "0.5.0" }
oid = { version = "0.2.1", optional = true }
picky-asn1 = { version = "0.8.0", optional = true }
picky-asn1-x509 = { version = "0.12.0", optional = true }
Expand Down

0 comments on commit f4a3b77

Please sign in to comment.