diff --git a/optee-teec/Cargo.toml b/optee-teec/Cargo.toml index 39c78a9d..b6ab47f0 100644 --- a/optee-teec/Cargo.toml +++ b/optee-teec/Cargo.toml @@ -17,7 +17,7 @@ [package] name = "optee-teec" -version = "0.6.0" +version = "0.7.0" authors = ["Teaclave Contributors "] license = "Apache-2.0" repository = "https://github.com/apache/teaclave-trustzone-sdk.git" @@ -25,15 +25,15 @@ description = "TEE client API." edition = "2018" [dependencies] -optee-teec-sys = { version = "0.6.0", path = "optee-teec-sys" } -optee-teec-macros = { version = "0.6.0", path = "macros" } +optee-teec-sys = { version = "0.7.0", path = "optee-teec-sys" } +optee-teec-macros = { version = "0.7.0", path = "macros" } uuid = "0.7" hex = "0.3" num_enum = { version = "0.7.3", default-features = false } [dev-dependencies] # disable linking when running unit tests -optee-teec-sys = { version = "0.6.0", path = "optee-teec-sys", features = ["no_link"] } +optee-teec-sys = { version = "0.7.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 45a494f7..506f9339 100644 --- a/optee-teec/macros/Cargo.toml +++ b/optee-teec/macros/Cargo.toml @@ -17,7 +17,7 @@ [package] name = "optee-teec-macros" -version = "0.6.0" +version = "0.7.0" authors = ["Teaclave Contributors "] license = "Apache-2.0" repository = "https://github.com/apache/teaclave-trustzone-sdk.git" diff --git a/optee-teec/optee-teec-sys/Cargo.toml b/optee-teec/optee-teec-sys/Cargo.toml index d2775ed4..df62581d 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.6.0" +version = "0.7.0" authors = ["Teaclave Contributors "] license = "Apache-2.0" repository = "https://github.com/apache/teaclave-trustzone-sdk.git" diff --git a/optee-teec/systest/Cargo.toml b/optee-teec/systest/Cargo.toml index cdede7e6..85bce97a 100644 --- a/optee-teec/systest/Cargo.toml +++ b/optee-teec/systest/Cargo.toml @@ -17,7 +17,7 @@ [package] name = "systest" -version = "0.6.0" +version = "0.7.0" authors = ["Teaclave Contributors "] license = "Apache-2.0" repository = "https://github.com/apache/teaclave-trustzone-sdk.git" diff --git a/optee-utee-build/Cargo.toml b/optee-utee-build/Cargo.toml index 604bac72..bec11978 100644 --- a/optee-utee-build/Cargo.toml +++ b/optee-utee-build/Cargo.toml @@ -17,7 +17,7 @@ [package] name = "optee-utee-build" -version = "0.6.0" +version = "0.7.0" authors = ["Teaclave Contributors "] license = "Apache-2.0" repository = "https://github.com/apache/teaclave-trustzone-sdk.git" diff --git a/optee-utee/Cargo.toml b/optee-utee/Cargo.toml index 749ec99f..56bcfffe 100644 --- a/optee-utee/Cargo.toml +++ b/optee-utee/Cargo.toml @@ -17,7 +17,7 @@ [package] name = "optee-utee" -version = "0.6.0" +version = "0.7.0" authors = ["Teaclave Contributors "] license = "Apache-2.0" repository = "https://github.com/apache/teaclave-trustzone-sdk.git" @@ -25,8 +25,8 @@ description = "TEE internal core API." edition = "2018" [dependencies] -optee-utee-sys = { version = "0.6.0", path = "optee-utee-sys" } -optee-utee-macros = { version = "0.6.0", path = "macros" } +optee-utee-sys = { version = "0.7.0", path = "optee-utee-sys" } +optee-utee-macros = { version = "0.7.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.6.0", path = "optee-utee-sys", features = ["no_link"] } -optee-utee-mock = { version = "0.6.0", path = "optee-utee-mock" } +optee-utee-sys = { version = "0.7.0", path = "optee-utee-sys", features = ["no_link"] } +optee-utee-mock = { version = "0.7.0", path = "optee-utee-mock" } [features] default = [] diff --git a/optee-utee/macros/Cargo.toml b/optee-utee/macros/Cargo.toml index 6ff12bd5..ada01e91 100644 --- a/optee-utee/macros/Cargo.toml +++ b/optee-utee/macros/Cargo.toml @@ -17,7 +17,7 @@ [package] name = "optee-utee-macros" -version = "0.6.0" +version = "0.7.0" authors = ["Teaclave Contributors "] license = "Apache-2.0" repository = "https://github.com/apache/teaclave-trustzone-sdk.git" diff --git a/optee-utee/optee-utee-mock/Cargo.toml b/optee-utee/optee-utee-mock/Cargo.toml index 10eee2db..75a26597 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.6.0" +version = "0.7.0" authors = ["Teaclave Contributors "] license = "Apache-2.0" repository = "https://github.com/apache/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.6.0", path = "../optee-utee-sys", features = ["no_link"] } +optee-utee-sys = { version = "0.7.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 25c56e1b..e58c888e 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.6.0" +version = "0.7.0" authors = ["Teaclave Contributors "] license = "Apache-2.0" repository = "https://github.com/apache/teaclave-trustzone-sdk.git" diff --git a/optee-utee/systest/Cargo.toml b/optee-utee/systest/Cargo.toml index 70a9fb87..1bc27a66 100644 --- a/optee-utee/systest/Cargo.toml +++ b/optee-utee/systest/Cargo.toml @@ -17,7 +17,7 @@ [package] name = "systest" -version = "0.6.0" +version = "0.7.0" authors = ["Teaclave Contributors "] license = "Apache-2.0" repository = "https://github.com/apache/teaclave-trustzone-sdk.git"