This is an automated email from the ASF dual-hosted git repository.
yuanz pushed a commit to branch release-v0.3.0
in repository
https://gitbox.apache.org/repos/asf/incubator-teaclave-trustzone-sdk.git
The following commit(s) were added to refs/heads/release-v0.3.0 by this push:
new ab94bb1 Bump version to 0.3.0
ab94bb1 is described below
commit ab94bb17c47bff4e1f512bfdaec68567cebb4a03
Author: Yuan Zhuang <[email protected]>
AuthorDate: Mon Jan 20 06:23:06 2025 +0000
Bump version to 0.3.0
---
examples/acipher-rs/host/Cargo.toml | 2 +-
examples/acipher-rs/proto/Cargo.toml | 2 +-
examples/acipher-rs/ta/Cargo.toml | 2 +-
examples/aes-rs/host/Cargo.toml | 2 +-
examples/aes-rs/proto/Cargo.toml | 2 +-
examples/aes-rs/ta/Cargo.toml | 2 +-
examples/authentication-rs/host/Cargo.toml | 2 +-
examples/authentication-rs/proto/Cargo.toml | 2 +-
examples/authentication-rs/ta/Cargo.toml | 2 +-
examples/big_int-rs/host/Cargo.toml | 2 +-
examples/big_int-rs/proto/Cargo.toml | 2 +-
examples/big_int-rs/ta/Cargo.toml | 2 +-
examples/diffie_hellman-rs/host/Cargo.toml | 2 +-
examples/diffie_hellman-rs/proto/Cargo.toml | 2 +-
examples/diffie_hellman-rs/ta/Cargo.toml | 2 +-
examples/digest-rs/host/Cargo.toml | 2 +-
examples/digest-rs/proto/Cargo.toml | 2 +-
examples/digest-rs/ta/Cargo.toml | 2 +-
examples/error_handling-rs/proto/Cargo.toml | 2 +-
examples/error_handling-rs/ta/Cargo.toml | 2 +-
examples/hello_world-rs/host/Cargo.toml | 2 +-
examples/hello_world-rs/proto/Cargo.toml | 2 +-
examples/hello_world-rs/ta/Cargo.toml | 2 +-
examples/hotp-rs/host/Cargo.toml | 2 +-
examples/hotp-rs/proto/Cargo.toml | 2 +-
examples/hotp-rs/ta/Cargo.toml | 2 +-
examples/random-rs/host/Cargo.toml | 2 +-
examples/random-rs/proto/Cargo.toml | 2 +-
examples/random-rs/ta/Cargo.toml | 2 +-
examples/secure_storage-rs/host/Cargo.toml | 2 +-
examples/secure_storage-rs/proto/Cargo.toml | 2 +-
examples/secure_storage-rs/ta/Cargo.toml | 2 +-
examples/serde-rs/ta/Cargo.toml | 2 +-
examples/signature_verification-rs/host/Cargo.toml | 2 +-
examples/signature_verification-rs/proto/Cargo.toml | 2 +-
examples/signature_verification-rs/ta/Cargo.toml | 2 +-
examples/supp_plugin-rs/host/Cargo.toml | 2 +-
examples/supp_plugin-rs/plugin/Cargo.toml | 2 +-
examples/supp_plugin-rs/proto/Cargo.toml | 2 +-
examples/supp_plugin-rs/ta/Cargo.toml | 2 +-
examples/time-rs/host/Cargo.toml | 2 +-
examples/time-rs/proto/Cargo.toml | 2 +-
examples/time-rs/ta/Cargo.toml | 2 +-
optee-teec/Cargo.toml | 6 +++---
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 | 6 +++---
optee-utee/macros/Cargo.toml | 2 +-
optee-utee/optee-utee-sys/Cargo.toml | 2 +-
optee-utee/systest/Cargo.toml | 2 +-
52 files changed, 56 insertions(+), 56 deletions(-)
diff --git a/examples/acipher-rs/host/Cargo.toml
b/examples/acipher-rs/host/Cargo.toml
index e8e3523..1fc923a 100644
--- a/examples/acipher-rs/host/Cargo.toml
+++ b/examples/acipher-rs/host/Cargo.toml
@@ -17,7 +17,7 @@
[package]
name = "acipher-rs"
-version = "0.2.0"
+version = "0.3.0"
authors = ["Teaclave Contributors <[email protected]>"]
license = "Apache-2.0"
repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git"
diff --git a/examples/acipher-rs/proto/Cargo.toml
b/examples/acipher-rs/proto/Cargo.toml
index 284c8d4..b5f5aac 100644
--- a/examples/acipher-rs/proto/Cargo.toml
+++ b/examples/acipher-rs/proto/Cargo.toml
@@ -17,7 +17,7 @@
[package]
name = "proto"
-version = "0.2.0"
+version = "0.3.0"
authors = ["Teaclave Contributors <[email protected]>"]
license = "Apache-2.0"
repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git"
diff --git a/examples/acipher-rs/ta/Cargo.toml
b/examples/acipher-rs/ta/Cargo.toml
index d272b6f..7c13c3a 100644
--- a/examples/acipher-rs/ta/Cargo.toml
+++ b/examples/acipher-rs/ta/Cargo.toml
@@ -17,7 +17,7 @@
[package]
name = "ta"
-version = "0.2.0"
+version = "0.3.0"
authors = ["Teaclave Contributors <[email protected]>"]
license = "Apache-2.0"
repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git"
diff --git a/examples/aes-rs/host/Cargo.toml b/examples/aes-rs/host/Cargo.toml
index bacb6f2..7a186ed 100644
--- a/examples/aes-rs/host/Cargo.toml
+++ b/examples/aes-rs/host/Cargo.toml
@@ -17,7 +17,7 @@
[package]
name = "aes-rs"
-version = "0.2.0"
+version = "0.3.0"
authors = ["Teaclave Contributors <[email protected]>"]
license = "Apache-2.0"
repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git"
diff --git a/examples/aes-rs/proto/Cargo.toml b/examples/aes-rs/proto/Cargo.toml
index 284c8d4..b5f5aac 100644
--- a/examples/aes-rs/proto/Cargo.toml
+++ b/examples/aes-rs/proto/Cargo.toml
@@ -17,7 +17,7 @@
[package]
name = "proto"
-version = "0.2.0"
+version = "0.3.0"
authors = ["Teaclave Contributors <[email protected]>"]
license = "Apache-2.0"
repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git"
diff --git a/examples/aes-rs/ta/Cargo.toml b/examples/aes-rs/ta/Cargo.toml
index d272b6f..7c13c3a 100644
--- a/examples/aes-rs/ta/Cargo.toml
+++ b/examples/aes-rs/ta/Cargo.toml
@@ -17,7 +17,7 @@
[package]
name = "ta"
-version = "0.2.0"
+version = "0.3.0"
authors = ["Teaclave Contributors <[email protected]>"]
license = "Apache-2.0"
repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git"
diff --git a/examples/authentication-rs/host/Cargo.toml
b/examples/authentication-rs/host/Cargo.toml
index ad965ca..d484fa4 100644
--- a/examples/authentication-rs/host/Cargo.toml
+++ b/examples/authentication-rs/host/Cargo.toml
@@ -17,7 +17,7 @@
[package]
name = "authentication-rs"
-version = "0.2.0"
+version = "0.3.0"
authors = ["Teaclave Contributors <[email protected]>"]
license = "Apache-2.0"
repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git"
diff --git a/examples/authentication-rs/proto/Cargo.toml
b/examples/authentication-rs/proto/Cargo.toml
index 284c8d4..b5f5aac 100644
--- a/examples/authentication-rs/proto/Cargo.toml
+++ b/examples/authentication-rs/proto/Cargo.toml
@@ -17,7 +17,7 @@
[package]
name = "proto"
-version = "0.2.0"
+version = "0.3.0"
authors = ["Teaclave Contributors <[email protected]>"]
license = "Apache-2.0"
repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git"
diff --git a/examples/authentication-rs/ta/Cargo.toml
b/examples/authentication-rs/ta/Cargo.toml
index d272b6f..7c13c3a 100644
--- a/examples/authentication-rs/ta/Cargo.toml
+++ b/examples/authentication-rs/ta/Cargo.toml
@@ -17,7 +17,7 @@
[package]
name = "ta"
-version = "0.2.0"
+version = "0.3.0"
authors = ["Teaclave Contributors <[email protected]>"]
license = "Apache-2.0"
repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git"
diff --git a/examples/big_int-rs/host/Cargo.toml
b/examples/big_int-rs/host/Cargo.toml
index 2398712..ad4da22 100644
--- a/examples/big_int-rs/host/Cargo.toml
+++ b/examples/big_int-rs/host/Cargo.toml
@@ -17,7 +17,7 @@
[package]
name = "big_int-rs"
-version = "0.2.0"
+version = "0.3.0"
authors = ["Teaclave Contributors <[email protected]>"]
license = "Apache-2.0"
repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git"
diff --git a/examples/big_int-rs/proto/Cargo.toml
b/examples/big_int-rs/proto/Cargo.toml
index 284c8d4..b5f5aac 100644
--- a/examples/big_int-rs/proto/Cargo.toml
+++ b/examples/big_int-rs/proto/Cargo.toml
@@ -17,7 +17,7 @@
[package]
name = "proto"
-version = "0.2.0"
+version = "0.3.0"
authors = ["Teaclave Contributors <[email protected]>"]
license = "Apache-2.0"
repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git"
diff --git a/examples/big_int-rs/ta/Cargo.toml
b/examples/big_int-rs/ta/Cargo.toml
index d272b6f..7c13c3a 100644
--- a/examples/big_int-rs/ta/Cargo.toml
+++ b/examples/big_int-rs/ta/Cargo.toml
@@ -17,7 +17,7 @@
[package]
name = "ta"
-version = "0.2.0"
+version = "0.3.0"
authors = ["Teaclave Contributors <[email protected]>"]
license = "Apache-2.0"
repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git"
diff --git a/examples/diffie_hellman-rs/host/Cargo.toml
b/examples/diffie_hellman-rs/host/Cargo.toml
index 01f45d9..af8bdce 100644
--- a/examples/diffie_hellman-rs/host/Cargo.toml
+++ b/examples/diffie_hellman-rs/host/Cargo.toml
@@ -17,7 +17,7 @@
[package]
name = "diffie_hellman-rs"
-version = "0.2.0"
+version = "0.3.0"
authors = ["Teaclave Contributors <[email protected]>"]
license = "Apache-2.0"
repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git"
diff --git a/examples/diffie_hellman-rs/proto/Cargo.toml
b/examples/diffie_hellman-rs/proto/Cargo.toml
index 284c8d4..b5f5aac 100644
--- a/examples/diffie_hellman-rs/proto/Cargo.toml
+++ b/examples/diffie_hellman-rs/proto/Cargo.toml
@@ -17,7 +17,7 @@
[package]
name = "proto"
-version = "0.2.0"
+version = "0.3.0"
authors = ["Teaclave Contributors <[email protected]>"]
license = "Apache-2.0"
repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git"
diff --git a/examples/diffie_hellman-rs/ta/Cargo.toml
b/examples/diffie_hellman-rs/ta/Cargo.toml
index d272b6f..7c13c3a 100644
--- a/examples/diffie_hellman-rs/ta/Cargo.toml
+++ b/examples/diffie_hellman-rs/ta/Cargo.toml
@@ -17,7 +17,7 @@
[package]
name = "ta"
-version = "0.2.0"
+version = "0.3.0"
authors = ["Teaclave Contributors <[email protected]>"]
license = "Apache-2.0"
repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git"
diff --git a/examples/digest-rs/host/Cargo.toml
b/examples/digest-rs/host/Cargo.toml
index 8506342..7e92cee 100644
--- a/examples/digest-rs/host/Cargo.toml
+++ b/examples/digest-rs/host/Cargo.toml
@@ -17,7 +17,7 @@
[package]
name = "digest-rs"
-version = "0.2.0"
+version = "0.3.0"
authors = ["Teaclave Contributors <[email protected]>"]
license = "Apache-2.0"
repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git"
diff --git a/examples/digest-rs/proto/Cargo.toml
b/examples/digest-rs/proto/Cargo.toml
index 284c8d4..b5f5aac 100644
--- a/examples/digest-rs/proto/Cargo.toml
+++ b/examples/digest-rs/proto/Cargo.toml
@@ -17,7 +17,7 @@
[package]
name = "proto"
-version = "0.2.0"
+version = "0.3.0"
authors = ["Teaclave Contributors <[email protected]>"]
license = "Apache-2.0"
repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git"
diff --git a/examples/digest-rs/ta/Cargo.toml b/examples/digest-rs/ta/Cargo.toml
index d272b6f..7c13c3a 100644
--- a/examples/digest-rs/ta/Cargo.toml
+++ b/examples/digest-rs/ta/Cargo.toml
@@ -17,7 +17,7 @@
[package]
name = "ta"
-version = "0.2.0"
+version = "0.3.0"
authors = ["Teaclave Contributors <[email protected]>"]
license = "Apache-2.0"
repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git"
diff --git a/examples/error_handling-rs/proto/Cargo.toml
b/examples/error_handling-rs/proto/Cargo.toml
index 284c8d4..b5f5aac 100644
--- a/examples/error_handling-rs/proto/Cargo.toml
+++ b/examples/error_handling-rs/proto/Cargo.toml
@@ -17,7 +17,7 @@
[package]
name = "proto"
-version = "0.2.0"
+version = "0.3.0"
authors = ["Teaclave Contributors <[email protected]>"]
license = "Apache-2.0"
repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git"
diff --git a/examples/error_handling-rs/ta/Cargo.toml
b/examples/error_handling-rs/ta/Cargo.toml
index d272b6f..7c13c3a 100644
--- a/examples/error_handling-rs/ta/Cargo.toml
+++ b/examples/error_handling-rs/ta/Cargo.toml
@@ -17,7 +17,7 @@
[package]
name = "ta"
-version = "0.2.0"
+version = "0.3.0"
authors = ["Teaclave Contributors <[email protected]>"]
license = "Apache-2.0"
repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git"
diff --git a/examples/hello_world-rs/host/Cargo.toml
b/examples/hello_world-rs/host/Cargo.toml
index ba98014..103703a 100644
--- a/examples/hello_world-rs/host/Cargo.toml
+++ b/examples/hello_world-rs/host/Cargo.toml
@@ -17,7 +17,7 @@
[package]
name = "hello_world-rs"
-version = "0.2.0"
+version = "0.3.0"
authors = ["Teaclave Contributors <[email protected]>"]
license = "Apache-2.0"
repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git"
diff --git a/examples/hello_world-rs/proto/Cargo.toml
b/examples/hello_world-rs/proto/Cargo.toml
index 284c8d4..b5f5aac 100644
--- a/examples/hello_world-rs/proto/Cargo.toml
+++ b/examples/hello_world-rs/proto/Cargo.toml
@@ -17,7 +17,7 @@
[package]
name = "proto"
-version = "0.2.0"
+version = "0.3.0"
authors = ["Teaclave Contributors <[email protected]>"]
license = "Apache-2.0"
repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git"
diff --git a/examples/hello_world-rs/ta/Cargo.toml
b/examples/hello_world-rs/ta/Cargo.toml
index d272b6f..7c13c3a 100644
--- a/examples/hello_world-rs/ta/Cargo.toml
+++ b/examples/hello_world-rs/ta/Cargo.toml
@@ -17,7 +17,7 @@
[package]
name = "ta"
-version = "0.2.0"
+version = "0.3.0"
authors = ["Teaclave Contributors <[email protected]>"]
license = "Apache-2.0"
repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git"
diff --git a/examples/hotp-rs/host/Cargo.toml b/examples/hotp-rs/host/Cargo.toml
index 1b8df43..3651fcf 100644
--- a/examples/hotp-rs/host/Cargo.toml
+++ b/examples/hotp-rs/host/Cargo.toml
@@ -17,7 +17,7 @@
[package]
name = "hotp-rs"
-version = "0.2.0"
+version = "0.3.0"
authors = ["Teaclave Contributors <[email protected]>"]
license = "Apache-2.0"
repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git"
diff --git a/examples/hotp-rs/proto/Cargo.toml
b/examples/hotp-rs/proto/Cargo.toml
index 284c8d4..b5f5aac 100644
--- a/examples/hotp-rs/proto/Cargo.toml
+++ b/examples/hotp-rs/proto/Cargo.toml
@@ -17,7 +17,7 @@
[package]
name = "proto"
-version = "0.2.0"
+version = "0.3.0"
authors = ["Teaclave Contributors <[email protected]>"]
license = "Apache-2.0"
repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git"
diff --git a/examples/hotp-rs/ta/Cargo.toml b/examples/hotp-rs/ta/Cargo.toml
index d272b6f..7c13c3a 100644
--- a/examples/hotp-rs/ta/Cargo.toml
+++ b/examples/hotp-rs/ta/Cargo.toml
@@ -17,7 +17,7 @@
[package]
name = "ta"
-version = "0.2.0"
+version = "0.3.0"
authors = ["Teaclave Contributors <[email protected]>"]
license = "Apache-2.0"
repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git"
diff --git a/examples/random-rs/host/Cargo.toml
b/examples/random-rs/host/Cargo.toml
index 772d9db..911669c 100644
--- a/examples/random-rs/host/Cargo.toml
+++ b/examples/random-rs/host/Cargo.toml
@@ -17,7 +17,7 @@
[package]
name = "random-rs"
-version = "0.2.0"
+version = "0.3.0"
authors = ["Teaclave Contributors <[email protected]>"]
license = "Apache-2.0"
repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git"
diff --git a/examples/random-rs/proto/Cargo.toml
b/examples/random-rs/proto/Cargo.toml
index 284c8d4..b5f5aac 100644
--- a/examples/random-rs/proto/Cargo.toml
+++ b/examples/random-rs/proto/Cargo.toml
@@ -17,7 +17,7 @@
[package]
name = "proto"
-version = "0.2.0"
+version = "0.3.0"
authors = ["Teaclave Contributors <[email protected]>"]
license = "Apache-2.0"
repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git"
diff --git a/examples/random-rs/ta/Cargo.toml b/examples/random-rs/ta/Cargo.toml
index d272b6f..7c13c3a 100644
--- a/examples/random-rs/ta/Cargo.toml
+++ b/examples/random-rs/ta/Cargo.toml
@@ -17,7 +17,7 @@
[package]
name = "ta"
-version = "0.2.0"
+version = "0.3.0"
authors = ["Teaclave Contributors <[email protected]>"]
license = "Apache-2.0"
repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git"
diff --git a/examples/secure_storage-rs/host/Cargo.toml
b/examples/secure_storage-rs/host/Cargo.toml
index c9bc827..a41d067 100644
--- a/examples/secure_storage-rs/host/Cargo.toml
+++ b/examples/secure_storage-rs/host/Cargo.toml
@@ -17,7 +17,7 @@
[package]
name = "secure_storage-rs"
-version = "0.2.0"
+version = "0.3.0"
authors = ["Teaclave Contributors <[email protected]>"]
license = "Apache-2.0"
repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git"
diff --git a/examples/secure_storage-rs/proto/Cargo.toml
b/examples/secure_storage-rs/proto/Cargo.toml
index 284c8d4..b5f5aac 100644
--- a/examples/secure_storage-rs/proto/Cargo.toml
+++ b/examples/secure_storage-rs/proto/Cargo.toml
@@ -17,7 +17,7 @@
[package]
name = "proto"
-version = "0.2.0"
+version = "0.3.0"
authors = ["Teaclave Contributors <[email protected]>"]
license = "Apache-2.0"
repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git"
diff --git a/examples/secure_storage-rs/ta/Cargo.toml
b/examples/secure_storage-rs/ta/Cargo.toml
index d272b6f..7c13c3a 100644
--- a/examples/secure_storage-rs/ta/Cargo.toml
+++ b/examples/secure_storage-rs/ta/Cargo.toml
@@ -17,7 +17,7 @@
[package]
name = "ta"
-version = "0.2.0"
+version = "0.3.0"
authors = ["Teaclave Contributors <[email protected]>"]
license = "Apache-2.0"
repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git"
diff --git a/examples/serde-rs/ta/Cargo.toml b/examples/serde-rs/ta/Cargo.toml
index 3167041..c180823 100644
--- a/examples/serde-rs/ta/Cargo.toml
+++ b/examples/serde-rs/ta/Cargo.toml
@@ -17,7 +17,7 @@
[package]
name = "ta"
-version = "0.2.0"
+version = "0.3.0"
authors = ["Teaclave Contributors <[email protected]>"]
license = "Apache-2.0"
repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git"
diff --git a/examples/signature_verification-rs/host/Cargo.toml
b/examples/signature_verification-rs/host/Cargo.toml
index 79c3501..973d352 100644
--- a/examples/signature_verification-rs/host/Cargo.toml
+++ b/examples/signature_verification-rs/host/Cargo.toml
@@ -17,7 +17,7 @@
[package]
name = "signature_verification-rs"
-version = "0.2.0"
+version = "0.3.0"
authors = ["Teaclave Contributors <[email protected]>"]
license = "Apache-2.0"
repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git"
diff --git a/examples/signature_verification-rs/proto/Cargo.toml
b/examples/signature_verification-rs/proto/Cargo.toml
index 284c8d4..b5f5aac 100644
--- a/examples/signature_verification-rs/proto/Cargo.toml
+++ b/examples/signature_verification-rs/proto/Cargo.toml
@@ -17,7 +17,7 @@
[package]
name = "proto"
-version = "0.2.0"
+version = "0.3.0"
authors = ["Teaclave Contributors <[email protected]>"]
license = "Apache-2.0"
repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git"
diff --git a/examples/signature_verification-rs/ta/Cargo.toml
b/examples/signature_verification-rs/ta/Cargo.toml
index d272b6f..7c13c3a 100644
--- a/examples/signature_verification-rs/ta/Cargo.toml
+++ b/examples/signature_verification-rs/ta/Cargo.toml
@@ -17,7 +17,7 @@
[package]
name = "ta"
-version = "0.2.0"
+version = "0.3.0"
authors = ["Teaclave Contributors <[email protected]>"]
license = "Apache-2.0"
repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git"
diff --git a/examples/supp_plugin-rs/host/Cargo.toml
b/examples/supp_plugin-rs/host/Cargo.toml
index 221f273..c0d258e 100644
--- a/examples/supp_plugin-rs/host/Cargo.toml
+++ b/examples/supp_plugin-rs/host/Cargo.toml
@@ -17,7 +17,7 @@
[package]
name = "supp_plugin-rs"
-version = "0.2.0"
+version = "0.3.0"
authors = ["Teaclave Contributors <[email protected]>"]
license = "Apache-2.0"
repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git"
diff --git a/examples/supp_plugin-rs/plugin/Cargo.toml
b/examples/supp_plugin-rs/plugin/Cargo.toml
index f2aee2f..e533834 100644
--- a/examples/supp_plugin-rs/plugin/Cargo.toml
+++ b/examples/supp_plugin-rs/plugin/Cargo.toml
@@ -17,7 +17,7 @@
[package]
name = "syslog_plugin"
-version = "0.2.0"
+version = "0.3.0"
authors = ["Teaclave Contributors <[email protected]>"]
license = "Apache-2.0"
repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git"
diff --git a/examples/supp_plugin-rs/proto/Cargo.toml
b/examples/supp_plugin-rs/proto/Cargo.toml
index 284c8d4..b5f5aac 100644
--- a/examples/supp_plugin-rs/proto/Cargo.toml
+++ b/examples/supp_plugin-rs/proto/Cargo.toml
@@ -17,7 +17,7 @@
[package]
name = "proto"
-version = "0.2.0"
+version = "0.3.0"
authors = ["Teaclave Contributors <[email protected]>"]
license = "Apache-2.0"
repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git"
diff --git a/examples/supp_plugin-rs/ta/Cargo.toml
b/examples/supp_plugin-rs/ta/Cargo.toml
index d272b6f..7c13c3a 100644
--- a/examples/supp_plugin-rs/ta/Cargo.toml
+++ b/examples/supp_plugin-rs/ta/Cargo.toml
@@ -17,7 +17,7 @@
[package]
name = "ta"
-version = "0.2.0"
+version = "0.3.0"
authors = ["Teaclave Contributors <[email protected]>"]
license = "Apache-2.0"
repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git"
diff --git a/examples/time-rs/host/Cargo.toml b/examples/time-rs/host/Cargo.toml
index fc067a0..b52022c 100644
--- a/examples/time-rs/host/Cargo.toml
+++ b/examples/time-rs/host/Cargo.toml
@@ -17,7 +17,7 @@
[package]
name = "time-rs"
-version = "0.2.0"
+version = "0.3.0"
authors = ["Teaclave Contributors <[email protected]>"]
license = "Apache-2.0"
repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git"
diff --git a/examples/time-rs/proto/Cargo.toml
b/examples/time-rs/proto/Cargo.toml
index 284c8d4..b5f5aac 100644
--- a/examples/time-rs/proto/Cargo.toml
+++ b/examples/time-rs/proto/Cargo.toml
@@ -17,7 +17,7 @@
[package]
name = "proto"
-version = "0.2.0"
+version = "0.3.0"
authors = ["Teaclave Contributors <[email protected]>"]
license = "Apache-2.0"
repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git"
diff --git a/examples/time-rs/ta/Cargo.toml b/examples/time-rs/ta/Cargo.toml
index d272b6f..7c13c3a 100644
--- a/examples/time-rs/ta/Cargo.toml
+++ b/examples/time-rs/ta/Cargo.toml
@@ -17,7 +17,7 @@
[package]
name = "ta"
-version = "0.2.0"
+version = "0.3.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/Cargo.toml b/optee-teec/Cargo.toml
index be91af7..364558e 100644
--- a/optee-teec/Cargo.toml
+++ b/optee-teec/Cargo.toml
@@ -17,7 +17,7 @@
[package]
name = "optee-teec"
-version = "0.2.0"
+version = "0.3.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 client API."
edition = "2018"
[dependencies]
-optee-teec-sys = { version = "0.2.0", path = "optee-teec-sys" }
-optee-teec-macros = { version = "0.2.0", path = "macros" }
+optee-teec-sys = { version = "0.3.0", path = "optee-teec-sys" }
+optee-teec-macros = { version = "0.3.0", path = "macros" }
libc = "0.2"
uuid = "0.7"
hex = "0.3"
diff --git a/optee-teec/macros/Cargo.toml b/optee-teec/macros/Cargo.toml
index 76b4186..386c3e2 100644
--- a/optee-teec/macros/Cargo.toml
+++ b/optee-teec/macros/Cargo.toml
@@ -17,7 +17,7 @@
[package]
name = "optee-teec-macros"
-version = "0.2.0"
+version = "0.3.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 665ade6..97cdcdd 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.2.0"
+version = "0.3.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 81ed113..9463e17 100644
--- a/optee-teec/systest/Cargo.toml
+++ b/optee-teec/systest/Cargo.toml
@@ -17,7 +17,7 @@
[package]
name = "systest"
-version = "0.2.0"
+version = "0.3.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 9e14ea2..3f768e7 100644
--- a/optee-utee-build/Cargo.toml
+++ b/optee-utee-build/Cargo.toml
@@ -17,7 +17,7 @@
[package]
name = "optee-utee-build"
-version = "0.2.0"
+version = "0.3.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 049c09e..18c99af 100644
--- a/optee-utee/Cargo.toml
+++ b/optee-utee/Cargo.toml
@@ -17,7 +17,7 @@
[package]
name = "optee-utee"
-version = "0.2.0"
+version = "0.3.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.2.0", path = "optee-utee-sys" }
-optee-utee-macros = { version = "0.2.0", path = "macros" }
+optee-utee-sys = { version = "0.3.0", path = "optee-utee-sys" }
+optee-utee-macros = { version = "0.3.0", path = "macros" }
bitflags = "1.0.4"
uuid = { version = "0.8", default-features = false }
hex = { version = "0.4", default-features = false, features = ["alloc"] }
diff --git a/optee-utee/macros/Cargo.toml b/optee-utee/macros/Cargo.toml
index 6b31cf0..4d7d1e7 100644
--- a/optee-utee/macros/Cargo.toml
+++ b/optee-utee/macros/Cargo.toml
@@ -17,7 +17,7 @@
[package]
name = "optee-utee-macros"
-version = "0.2.0"
+version = "0.3.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-sys/Cargo.toml
b/optee-utee/optee-utee-sys/Cargo.toml
index daa4bb0..dc1f766 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.2.0"
+version = "0.3.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 0fa0ec3..81205dc 100644
--- a/optee-utee/systest/Cargo.toml
+++ b/optee-utee/systest/Cargo.toml
@@ -17,7 +17,7 @@
[package]
name = "systest"
-version = "0.2.0"
+version = "0.3.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]