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 102e65e  optee-*: bump version to 0.6.0
102e65e is described below

commit 102e65ee480746d8070636ac9a7376dc8d759c37
Author: Yuan Zhuang <[email protected]>
AuthorDate: Thu Aug 21 06:39:52 2025 +0000

    optee-*: bump version to 0.6.0
---
 optee-teec/Cargo.toml                 |  8 ++++----
 optee-teec/macros/Cargo.toml          |  2 +-
 optee-teec/optee-teec-sys/Cargo.toml  |  2 +-
 optee-teec/systest/Cargo.toml         |  2 +-
 optee-utee-build/Cargo.toml           |  2 +-
 optee-utee/Cargo.toml                 | 10 +++++-----
 optee-utee/macros/Cargo.toml          |  2 +-
 optee-utee/optee-utee-mock/Cargo.toml |  4 ++--
 optee-utee/optee-utee-sys/Cargo.toml  |  2 +-
 optee-utee/systest/Cargo.toml         |  2 +-
 10 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/optee-teec/Cargo.toml b/optee-teec/Cargo.toml
index 0e04752..7d0eb7c 100644
--- a/optee-teec/Cargo.toml
+++ b/optee-teec/Cargo.toml
@@ -17,7 +17,7 @@
 
 [package]
 name = "optee-teec"
-version = "0.5.0"
+version = "0.6.0"
 authors = ["Teaclave Contributors <[email protected]>"]
 license = "Apache-2.0"
 repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git";
@@ -25,15 +25,15 @@ description = "TEE client API."
 edition = "2018"
 
 [dependencies]
-optee-teec-sys = { version = "0.5.0", path = "optee-teec-sys" }
-optee-teec-macros = { version = "0.5.0", path = "macros" }
+optee-teec-sys = { version = "0.6.0", path = "optee-teec-sys" }
+optee-teec-macros = { version = "0.6.0", path = "macros" }
 uuid = "0.7"
 hex = "0.3"
 num_enum = "0.7.3"
 
 [dev-dependencies]
 # disable linking when running unit tests
-optee-teec-sys = { version = "0.5.0", path = "optee-teec-sys", features = 
["no_link"] }
+optee-teec-sys = { version = "0.6.0", path = "optee-teec-sys", features = 
["no_link"] }
 
 [workspace]
 resolver = "2"
diff --git a/optee-teec/macros/Cargo.toml b/optee-teec/macros/Cargo.toml
index c8fffe1..dfc7193 100644
--- a/optee-teec/macros/Cargo.toml
+++ b/optee-teec/macros/Cargo.toml
@@ -17,7 +17,7 @@
 
 [package]
 name = "optee-teec-macros"
-version = "0.5.0"
+version = "0.6.0"
 authors = ["Teaclave Contributors <[email protected]>"]
 license = "Apache-2.0"
 repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git";
diff --git a/optee-teec/optee-teec-sys/Cargo.toml 
b/optee-teec/optee-teec-sys/Cargo.toml
index 155043c..2484405 100644
--- a/optee-teec/optee-teec-sys/Cargo.toml
+++ b/optee-teec/optee-teec-sys/Cargo.toml
@@ -17,7 +17,7 @@
 
 [package]
 name = "optee-teec-sys"
-version = "0.5.0"
+version = "0.6.0"
 authors = ["Teaclave Contributors <[email protected]>"]
 license = "Apache-2.0"
 repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git";
diff --git a/optee-teec/systest/Cargo.toml b/optee-teec/systest/Cargo.toml
index 2062fbb..e95b922 100644
--- a/optee-teec/systest/Cargo.toml
+++ b/optee-teec/systest/Cargo.toml
@@ -17,7 +17,7 @@
 
 [package]
 name = "systest"
-version = "0.5.0"
+version = "0.6.0"
 authors = ["Teaclave Contributors <[email protected]>"]
 license = "Apache-2.0"
 repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git";
diff --git a/optee-utee-build/Cargo.toml b/optee-utee-build/Cargo.toml
index 0441ae6..207e4b6 100644
--- a/optee-utee-build/Cargo.toml
+++ b/optee-utee-build/Cargo.toml
@@ -17,7 +17,7 @@
 
 [package]
 name = "optee-utee-build"
-version = "0.5.0"
+version = "0.6.0"
 authors = ["Teaclave Contributors <[email protected]>"]
 license = "Apache-2.0"
 repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git";
diff --git a/optee-utee/Cargo.toml b/optee-utee/Cargo.toml
index 67208a2..45beae1 100644
--- a/optee-utee/Cargo.toml
+++ b/optee-utee/Cargo.toml
@@ -17,7 +17,7 @@
 
 [package]
 name = "optee-utee"
-version = "0.5.0"
+version = "0.6.0"
 authors = ["Teaclave Contributors <[email protected]>"]
 license = "Apache-2.0"
 repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git";
@@ -25,8 +25,8 @@ description = "TEE internal core API."
 edition = "2018"
 
 [dependencies]
-optee-utee-sys = { version = "0.5.0", path = "optee-utee-sys" }
-optee-utee-macros = { version = "0.5.0", path = "macros" }
+optee-utee-sys = { version = "0.6.0", path = "optee-utee-sys" }
+optee-utee-macros = { version = "0.6.0", path = "macros" }
 bitflags = "1.0.4"
 uuid = { version = "0.8", default-features = false }
 hex = { version = "0.4", default-features = false, features = ["alloc"] }
@@ -39,8 +39,8 @@ once_cell = "1.20.2"
 serde = { version = "1.0.215" }
 serde_json = { version = "1.0.133" }
 # disable linking when running unit tests
-optee-utee-sys = { version = "0.5.0", path = "optee-utee-sys", features = 
["no_link"] }
-optee-utee-mock = { version = "0.5.0", path = "optee-utee-mock" }
+optee-utee-sys = { version = "0.6.0", path = "optee-utee-sys", features = 
["no_link"] }
+optee-utee-mock = { version = "0.6.0", path = "optee-utee-mock" }
 
 [features]
 no_panic_handler = []
diff --git a/optee-utee/macros/Cargo.toml b/optee-utee/macros/Cargo.toml
index a9408be..c78468e 100644
--- a/optee-utee/macros/Cargo.toml
+++ b/optee-utee/macros/Cargo.toml
@@ -17,7 +17,7 @@
 
 [package]
 name = "optee-utee-macros"
-version = "0.5.0"
+version = "0.6.0"
 authors = ["Teaclave Contributors <[email protected]>"]
 license = "Apache-2.0"
 repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git";
diff --git a/optee-utee/optee-utee-mock/Cargo.toml 
b/optee-utee/optee-utee-mock/Cargo.toml
index 4afb676..822c446 100644
--- a/optee-utee/optee-utee-mock/Cargo.toml
+++ b/optee-utee/optee-utee-mock/Cargo.toml
@@ -17,7 +17,7 @@
 
 [package]
 name = "optee-utee-mock"
-version = "0.5.0"
+version = "0.6.0"
 authors = ["Teaclave Contributors <[email protected]>"]
 license = "Apache-2.0"
 repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git";
@@ -27,4 +27,4 @@ edition = "2018"
 [dependencies]
 mockall = "0.13.1"
 once_cell = "1.21.3"
-optee-utee-sys = { version = "0.5.0", path = "../optee-utee-sys", features = 
["no_link"] }
+optee-utee-sys = { version = "0.6.0", path = "../optee-utee-sys", features = 
["no_link"] }
diff --git a/optee-utee/optee-utee-sys/Cargo.toml 
b/optee-utee/optee-utee-sys/Cargo.toml
index 55d305e..37bf880 100644
--- a/optee-utee/optee-utee-sys/Cargo.toml
+++ b/optee-utee/optee-utee-sys/Cargo.toml
@@ -17,7 +17,7 @@
 
 [package]
 name = "optee-utee-sys"
-version = "0.5.0"
+version = "0.6.0"
 authors = ["Teaclave Contributors <[email protected]>"]
 license = "Apache-2.0"
 repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git";
diff --git a/optee-utee/systest/Cargo.toml b/optee-utee/systest/Cargo.toml
index af82235..720e2b6 100644
--- a/optee-utee/systest/Cargo.toml
+++ b/optee-utee/systest/Cargo.toml
@@ -17,7 +17,7 @@
 
 [package]
 name = "systest"
-version = "0.5.0"
+version = "0.6.0"
 authors = ["Teaclave Contributors <[email protected]>"]
 license = "Apache-2.0"
 repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git";


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to