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 c995dbb  Bump version to 0.4.0
c995dbb is described below

commit c995dbbecd7fcccf6936870470663c84a48f808e
Author: Yuan Zhuang <[email protected]>
AuthorDate: Wed Feb 12 09:15:01 2025 +0000

    Bump version to 0.4.0
    
    Since there have been code changes in OP-TEE crates, examples, and
    projects since the previous release, we are bumping all versions
    to 0.4.0.
    
    Signed-off-by: Yuan Zhuang <[email protected]>
    Reviewed-by: Zehui Chen <[email protected]>
---
 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/host/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/message_passing_interface-rs/host/Cargo.toml  | 2 +-
 examples/message_passing_interface-rs/proto/Cargo.toml | 2 +-
 examples/message_passing_interface-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/host/Cargo.toml                      | 2 +-
 examples/serde-rs/proto/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/tcp_client-rs/host/Cargo.toml                 | 2 +-
 examples/tcp_client-rs/proto/Cargo.toml                | 2 +-
 examples/tcp_client-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 +-
 examples/tls_client-rs/host/Cargo.toml                 | 2 +-
 examples/tls_client-rs/proto/Cargo.toml                | 2 +-
 examples/tls_client-rs/ta/Cargo.toml                   | 2 +-
 examples/tls_server-rs/host/Cargo.toml                 | 2 +-
 examples/tls_server-rs/proto/Cargo.toml                | 2 +-
 examples/tls_server-rs/ta/Cargo.toml                   | 2 +-
 examples/udp_socket-rs/host/Cargo.toml                 | 2 +-
 examples/udp_socket-rs/proto/Cargo.toml                | 2 +-
 examples/udp_socket-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 +-
 projects/web3/eth_wallet/host/Cargo.toml               | 2 +-
 projects/web3/eth_wallet/proto/Cargo.toml              | 2 +-
 projects/web3/eth_wallet/ta/Cargo.toml                 | 2 +-
 73 files changed, 77 insertions(+), 77 deletions(-)

diff --git a/examples/acipher-rs/host/Cargo.toml 
b/examples/acipher-rs/host/Cargo.toml
index e8e3523..e7b271d 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.4.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..c650c5b 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.4.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..4a0f9d2 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.4.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..1264dcd 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.4.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..c650c5b 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.4.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..4a0f9d2 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.4.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..16fdf0f 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.4.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..c650c5b 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.4.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..4a0f9d2 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.4.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..5ec6ca5 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.4.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..c650c5b 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.4.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..4a0f9d2 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.4.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..84866b9 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.4.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..c650c5b 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.4.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..4a0f9d2 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.4.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..4793407 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.4.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..c650c5b 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.4.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..4a0f9d2 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.4.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/host/Cargo.toml 
b/examples/error_handling-rs/host/Cargo.toml
index b27393b..d841af7 100644
--- a/examples/error_handling-rs/host/Cargo.toml
+++ b/examples/error_handling-rs/host/Cargo.toml
@@ -17,7 +17,7 @@
 
 [package]
 name = "error_handling-rs"
-version = "0.1.0"
+version = "0.4.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..c650c5b 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.4.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..4a0f9d2 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.4.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..616e053 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.4.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..c650c5b 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.4.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..4a0f9d2 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.4.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..d1161de 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.4.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..c650c5b 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.4.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..4a0f9d2 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.4.0"
 authors = ["Teaclave Contributors <[email protected]>"]
 license = "Apache-2.0"
 repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git";
diff --git a/examples/message_passing_interface-rs/host/Cargo.toml 
b/examples/message_passing_interface-rs/host/Cargo.toml
index 27dfc27..5fc1d44 100644
--- a/examples/message_passing_interface-rs/host/Cargo.toml
+++ b/examples/message_passing_interface-rs/host/Cargo.toml
@@ -17,7 +17,7 @@
 
 [package]
 name = "message_passing_interface-rs"
-version = "0.3.0"
+version = "0.4.0"
 authors = ["Teaclave Contributors <[email protected]>"]
 license = "Apache-2.0"
 repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git";
diff --git a/examples/message_passing_interface-rs/proto/Cargo.toml 
b/examples/message_passing_interface-rs/proto/Cargo.toml
index e159de8..e68616b 100644
--- a/examples/message_passing_interface-rs/proto/Cargo.toml
+++ b/examples/message_passing_interface-rs/proto/Cargo.toml
@@ -17,7 +17,7 @@
 
 [package]
 name = "proto"
-version = "0.3.0"
+version = "0.4.0"
 authors = ["Teaclave Contributors <[email protected]>"]
 license = "Apache-2.0"
 repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git";
diff --git a/examples/message_passing_interface-rs/ta/Cargo.toml 
b/examples/message_passing_interface-rs/ta/Cargo.toml
index fce4cb4..64bbeff 100644
--- a/examples/message_passing_interface-rs/ta/Cargo.toml
+++ b/examples/message_passing_interface-rs/ta/Cargo.toml
@@ -17,7 +17,7 @@
 
 [package]
 name = "ta"
-version = "0.3.0"
+version = "0.4.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..af29434 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.4.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..c650c5b 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.4.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..4a0f9d2 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.4.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..2cd8fad 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.4.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..c650c5b 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.4.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..4a0f9d2 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.4.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/host/Cargo.toml 
b/examples/serde-rs/host/Cargo.toml
index 24f213d..73fa781 100644
--- a/examples/serde-rs/host/Cargo.toml
+++ b/examples/serde-rs/host/Cargo.toml
@@ -17,7 +17,7 @@
 
 [package]
 name = "serde-rs"
-version = "0.3.0"
+version = "0.4.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/proto/Cargo.toml 
b/examples/serde-rs/proto/Cargo.toml
index 2b03c35..4aa0d53 100644
--- a/examples/serde-rs/proto/Cargo.toml
+++ b/examples/serde-rs/proto/Cargo.toml
@@ -17,7 +17,7 @@
 
 [package]
 name = "proto"
-version = "0.3.0"
+version = "0.4.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..efac782 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.4.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..5b0a091 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.4.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..c650c5b 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.4.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..4a0f9d2 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.4.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..5141ca1 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.4.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..fab6ae2 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.4.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..c650c5b 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.4.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..4a0f9d2 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.4.0"
 authors = ["Teaclave Contributors <[email protected]>"]
 license = "Apache-2.0"
 repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git";
diff --git a/examples/tcp_client-rs/host/Cargo.toml 
b/examples/tcp_client-rs/host/Cargo.toml
index 8c314d5..e918a97 100644
--- a/examples/tcp_client-rs/host/Cargo.toml
+++ b/examples/tcp_client-rs/host/Cargo.toml
@@ -17,7 +17,7 @@
 
 [package]
 name = "tcp_client-rs"
-version = "0.3.0"
+version = "0.4.0"
 authors = ["Teaclave Contributors <[email protected]>"]
 license = "Apache-2.0"
 repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git";
diff --git a/examples/tcp_client-rs/proto/Cargo.toml 
b/examples/tcp_client-rs/proto/Cargo.toml
index 4a173c8..b766f82 100644
--- a/examples/tcp_client-rs/proto/Cargo.toml
+++ b/examples/tcp_client-rs/proto/Cargo.toml
@@ -17,7 +17,7 @@
 
 [package]
 name = "proto"
-version = "0.3.0"
+version = "0.4.0"
 authors = ["Teaclave Contributors <[email protected]>"]
 license = "Apache-2.0"
 repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git";
diff --git a/examples/tcp_client-rs/ta/Cargo.toml 
b/examples/tcp_client-rs/ta/Cargo.toml
index 5f71c19..86d40da 100644
--- a/examples/tcp_client-rs/ta/Cargo.toml
+++ b/examples/tcp_client-rs/ta/Cargo.toml
@@ -17,7 +17,7 @@
 
 [package]
 name = "ta"
-version = "0.3.0"
+version = "0.4.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..6ea41da 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.4.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..c650c5b 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.4.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..4a0f9d2 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.4.0"
 authors = ["Teaclave Contributors <[email protected]>"]
 license = "Apache-2.0"
 repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git";
diff --git a/examples/tls_client-rs/host/Cargo.toml 
b/examples/tls_client-rs/host/Cargo.toml
index c853de9..e17ae59 100644
--- a/examples/tls_client-rs/host/Cargo.toml
+++ b/examples/tls_client-rs/host/Cargo.toml
@@ -17,7 +17,7 @@
 
 [package]
 name = "tls_client-rs"
-version = "0.3.0"
+version = "0.4.0"
 authors = ["Teaclave Contributors <[email protected]>"]
 license = "Apache-2.0"
 repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git";
diff --git a/examples/tls_client-rs/proto/Cargo.toml 
b/examples/tls_client-rs/proto/Cargo.toml
index b76ceb2..10d7f5a 100644
--- a/examples/tls_client-rs/proto/Cargo.toml
+++ b/examples/tls_client-rs/proto/Cargo.toml
@@ -17,7 +17,7 @@
 
 [package]
 name = "proto"
-version = "0.3.0"
+version = "0.4.0"
 authors = ["Teaclave Contributors <[email protected]>"]
 license = "Apache-2.0"
 repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git";
diff --git a/examples/tls_client-rs/ta/Cargo.toml 
b/examples/tls_client-rs/ta/Cargo.toml
index 3740901..122c39d 100644
--- a/examples/tls_client-rs/ta/Cargo.toml
+++ b/examples/tls_client-rs/ta/Cargo.toml
@@ -17,7 +17,7 @@
 
 [package]
 name = "ta"
-version = "0.3.0"
+version = "0.4.0"
 authors = ["Teaclave Contributors <[email protected]>"]
 license = "Apache-2.0"
 repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git";
diff --git a/examples/tls_server-rs/host/Cargo.toml 
b/examples/tls_server-rs/host/Cargo.toml
index 243279e..a07f4fc 100644
--- a/examples/tls_server-rs/host/Cargo.toml
+++ b/examples/tls_server-rs/host/Cargo.toml
@@ -17,7 +17,7 @@
 
 [package]
 name = "tls_server-rs"
-version = "0.3.0"
+version = "0.4.0"
 authors = ["Teaclave Contributors <[email protected]>"]
 license = "Apache-2.0"
 repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git";
diff --git a/examples/tls_server-rs/proto/Cargo.toml 
b/examples/tls_server-rs/proto/Cargo.toml
index b76ceb2..10d7f5a 100644
--- a/examples/tls_server-rs/proto/Cargo.toml
+++ b/examples/tls_server-rs/proto/Cargo.toml
@@ -17,7 +17,7 @@
 
 [package]
 name = "proto"
-version = "0.3.0"
+version = "0.4.0"
 authors = ["Teaclave Contributors <[email protected]>"]
 license = "Apache-2.0"
 repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git";
diff --git a/examples/tls_server-rs/ta/Cargo.toml 
b/examples/tls_server-rs/ta/Cargo.toml
index 5c5f13e..d46778c 100644
--- a/examples/tls_server-rs/ta/Cargo.toml
+++ b/examples/tls_server-rs/ta/Cargo.toml
@@ -17,7 +17,7 @@
 
 [package]
 name = "ta"
-version = "0.3.0"
+version = "0.4.0"
 authors = ["Teaclave Contributors <[email protected]>"]
 license = "Apache-2.0"
 repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git";
diff --git a/examples/udp_socket-rs/host/Cargo.toml 
b/examples/udp_socket-rs/host/Cargo.toml
index 5d79461..a13b36f 100644
--- a/examples/udp_socket-rs/host/Cargo.toml
+++ b/examples/udp_socket-rs/host/Cargo.toml
@@ -17,7 +17,7 @@
 
 [package]
 name = "udp_socket-rs"
-version = "0.3.0"
+version = "0.4.0"
 authors = ["Teaclave Contributors <[email protected]>"]
 license = "Apache-2.0"
 repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git";
diff --git a/examples/udp_socket-rs/proto/Cargo.toml 
b/examples/udp_socket-rs/proto/Cargo.toml
index 4a173c8..b766f82 100644
--- a/examples/udp_socket-rs/proto/Cargo.toml
+++ b/examples/udp_socket-rs/proto/Cargo.toml
@@ -17,7 +17,7 @@
 
 [package]
 name = "proto"
-version = "0.3.0"
+version = "0.4.0"
 authors = ["Teaclave Contributors <[email protected]>"]
 license = "Apache-2.0"
 repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git";
diff --git a/examples/udp_socket-rs/ta/Cargo.toml 
b/examples/udp_socket-rs/ta/Cargo.toml
index 5f71c19..86d40da 100644
--- a/examples/udp_socket-rs/ta/Cargo.toml
+++ b/examples/udp_socket-rs/ta/Cargo.toml
@@ -17,7 +17,7 @@
 
 [package]
 name = "ta"
-version = "0.3.0"
+version = "0.4.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..cfd0bca 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.4.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.4.0", path = "optee-teec-sys" }
+optee-teec-macros = { version = "0.4.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..02e1e3d 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.4.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..8ba1706 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.4.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..f173d6e 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.4.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..8c202c6 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.4.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..7e09e39 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.4.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.4.0", path = "optee-utee-sys" }
+optee-utee-macros = { version = "0.4.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..c143b1a 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.4.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..dd3aa19 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.4.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..4bbd1d9 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.4.0"
 authors = ["Teaclave Contributors <[email protected]>"]
 license = "Apache-2.0"
 repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git";
diff --git a/projects/web3/eth_wallet/host/Cargo.toml 
b/projects/web3/eth_wallet/host/Cargo.toml
index e1e36bf..32c4836 100644
--- a/projects/web3/eth_wallet/host/Cargo.toml
+++ b/projects/web3/eth_wallet/host/Cargo.toml
@@ -17,7 +17,7 @@
 
 [package]
 name = "eth_wallet-rs"
-version = "0.1.0"
+version = "0.4.0"
 authors = ["Teaclave Contributors <[email protected]>"]
 license = "Apache-2.0"
 repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git";
diff --git a/projects/web3/eth_wallet/proto/Cargo.toml 
b/projects/web3/eth_wallet/proto/Cargo.toml
index 1bd3681..5e710ee 100644
--- a/projects/web3/eth_wallet/proto/Cargo.toml
+++ b/projects/web3/eth_wallet/proto/Cargo.toml
@@ -17,7 +17,7 @@
 
 [package]
 name = "proto"
-version = "0.3.0"
+version = "0.4.0"
 authors = ["Teaclave Contributors <[email protected]>"]
 license = "Apache-2.0"
 repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git";
diff --git a/projects/web3/eth_wallet/ta/Cargo.toml 
b/projects/web3/eth_wallet/ta/Cargo.toml
index bc864b4..6d50631 100644
--- a/projects/web3/eth_wallet/ta/Cargo.toml
+++ b/projects/web3/eth_wallet/ta/Cargo.toml
@@ -17,7 +17,7 @@
 
 [package]
 name = "ta"
-version = "0.3.0"
+version = "0.4.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