This is an automated email from the ASF dual-hosted git repository.
yuanz pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/incubator-teaclave-trustzone-sdk.git
The following commit(s) were added to refs/heads/main by this push:
new 20e6988 optee-*: pin dependency version for publish
20e6988 is described below
commit 20e698863932d395b48002e5fb126491e0caef0d
Author: Yuan Zhuang <[email protected]>
AuthorDate: Wed Dec 4 07:14:47 2024 +0000
optee-*: pin dependency version for publish
---
optee-teec/Cargo.toml | 4 ++--
optee-utee/Cargo.toml | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/optee-teec/Cargo.toml b/optee-teec/Cargo.toml
index fe09b69..be91af7 100644
--- a/optee-teec/Cargo.toml
+++ b/optee-teec/Cargo.toml
@@ -25,8 +25,8 @@ description = "TEE client API."
edition = "2018"
[dependencies]
-optee-teec-sys = { path = "optee-teec-sys" }
-optee-teec-macros = { path = "macros" }
+optee-teec-sys = { version = "0.2.0", path = "optee-teec-sys" }
+optee-teec-macros = { version = "0.2.0", path = "macros" }
libc = "0.2"
uuid = "0.7"
hex = "0.3"
diff --git a/optee-utee/Cargo.toml b/optee-utee/Cargo.toml
index d0d2977..a532333 100644
--- a/optee-utee/Cargo.toml
+++ b/optee-utee/Cargo.toml
@@ -25,8 +25,8 @@ description = "TEE internal core API."
edition = "2018"
[dependencies]
-optee-utee-sys = { path = "optee-utee-sys" }
-optee-utee-macros = { path = "macros" }
+optee-utee-sys = { version = "0.2.0", path = "optee-utee-sys" }
+optee-utee-macros = { version = "0.2.0", path = "macros" }
bitflags = "1.0.4"
uuid = { version = "0.8", default-features = false }
hex = { version = "0.4", default-features = false, features = ["alloc"] }
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]