Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions optee-teec/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,23 +17,23 @@

[package]
name = "optee-teec"
version = "0.6.0"
version = "0.7.0"
authors = ["Teaclave Contributors <[email protected]>"]
license = "Apache-2.0"
repository = "https://github.com/apache/teaclave-trustzone-sdk.git"
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"
Expand Down
2 changes: 1 addition & 1 deletion optee-teec/macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

[package]
name = "optee-teec-macros"
version = "0.6.0"
version = "0.7.0"
authors = ["Teaclave Contributors <[email protected]>"]
license = "Apache-2.0"
repository = "https://github.com/apache/teaclave-trustzone-sdk.git"
Expand Down
2 changes: 1 addition & 1 deletion optee-teec/optee-teec-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

[package]
name = "optee-teec-sys"
version = "0.6.0"
version = "0.7.0"
authors = ["Teaclave Contributors <[email protected]>"]
license = "Apache-2.0"
repository = "https://github.com/apache/teaclave-trustzone-sdk.git"
Expand Down
2 changes: 1 addition & 1 deletion optee-teec/systest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

[package]
name = "systest"
version = "0.6.0"
version = "0.7.0"
authors = ["Teaclave Contributors <[email protected]>"]
license = "Apache-2.0"
repository = "https://github.com/apache/teaclave-trustzone-sdk.git"
Expand Down
2 changes: 1 addition & 1 deletion optee-utee-build/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

[package]
name = "optee-utee-build"
version = "0.6.0"
version = "0.7.0"
authors = ["Teaclave Contributors <[email protected]>"]
license = "Apache-2.0"
repository = "https://github.com/apache/teaclave-trustzone-sdk.git"
Expand Down
10 changes: 5 additions & 5 deletions optee-utee/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@

[package]
name = "optee-utee"
version = "0.6.0"
version = "0.7.0"
authors = ["Teaclave Contributors <[email protected]>"]
license = "Apache-2.0"
repository = "https://github.com/apache/teaclave-trustzone-sdk.git"
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"] }
Expand All @@ -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 = []
Expand Down
2 changes: 1 addition & 1 deletion optee-utee/macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

[package]
name = "optee-utee-macros"
version = "0.6.0"
version = "0.7.0"
authors = ["Teaclave Contributors <[email protected]>"]
license = "Apache-2.0"
repository = "https://github.com/apache/teaclave-trustzone-sdk.git"
Expand Down
4 changes: 2 additions & 2 deletions optee-utee/optee-utee-mock/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

[package]
name = "optee-utee-mock"
version = "0.6.0"
version = "0.7.0"
authors = ["Teaclave Contributors <[email protected]>"]
license = "Apache-2.0"
repository = "https://github.com/apache/teaclave-trustzone-sdk.git"
Expand All @@ -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"] }
2 changes: 1 addition & 1 deletion optee-utee/optee-utee-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

[package]
name = "optee-utee-sys"
version = "0.6.0"
version = "0.7.0"
authors = ["Teaclave Contributors <[email protected]>"]
license = "Apache-2.0"
repository = "https://github.com/apache/teaclave-trustzone-sdk.git"
Expand Down
2 changes: 1 addition & 1 deletion optee-utee/systest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

[package]
name = "systest"
version = "0.6.0"
version = "0.7.0"
authors = ["Teaclave Contributors <[email protected]>"]
license = "Apache-2.0"
repository = "https://github.com/apache/teaclave-trustzone-sdk.git"
Expand Down
Loading