File tree Expand file tree Collapse file tree 10 files changed +18
-18
lines changed
Expand file tree Collapse file tree 10 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 1717
1818[package ]
1919name = " optee-teec"
20- version = " 0.6 .0"
20+ version = " 0.7 .0"
2121authors = [" Teaclave Contributors <dev@teaclave.apache.org>" ]
2222license = " Apache-2.0"
2323repository = " https://github.com/apache/teaclave-trustzone-sdk.git"
2424description = " TEE client API."
2525edition = " 2018"
2626
2727[dependencies ]
28- optee-teec-sys = { version = " 0.6 .0" , path = " optee-teec-sys" }
29- optee-teec-macros = { version = " 0.6 .0" , path = " macros" }
28+ optee-teec-sys = { version = " 0.7 .0" , path = " optee-teec-sys" }
29+ optee-teec-macros = { version = " 0.7 .0" , path = " macros" }
3030uuid = " 0.7"
3131hex = " 0.3"
3232num_enum = { version = " 0.7.3" , default-features = false }
3333
3434[dev-dependencies ]
3535# disable linking when running unit tests
36- optee-teec-sys = { version = " 0.6 .0" , path = " optee-teec-sys" , features = [" no_link" ] }
36+ optee-teec-sys = { version = " 0.7 .0" , path = " optee-teec-sys" , features = [" no_link" ] }
3737
3838[workspace ]
3939resolver = " 2"
Original file line number Diff line number Diff line change 1717
1818[package ]
1919name = " optee-teec-macros"
20- version = " 0.6 .0"
20+ version = " 0.7 .0"
2121authors = [" Teaclave Contributors <dev@teaclave.apache.org>" ]
2222license = " Apache-2.0"
2323repository = " https://github.com/apache/teaclave-trustzone-sdk.git"
Original file line number Diff line number Diff line change 1717
1818[package ]
1919name = " optee-teec-sys"
20- version = " 0.6 .0"
20+ version = " 0.7 .0"
2121authors = [" Teaclave Contributors <dev@teaclave.apache.org>" ]
2222license = " Apache-2.0"
2323repository = " https://github.com/apache/teaclave-trustzone-sdk.git"
Original file line number Diff line number Diff line change 1717
1818[package ]
1919name = " systest"
20- version = " 0.6 .0"
20+ version = " 0.7 .0"
2121authors = [" Teaclave Contributors <dev@teaclave.apache.org>" ]
2222license = " Apache-2.0"
2323repository = " https://github.com/apache/teaclave-trustzone-sdk.git"
Original file line number Diff line number Diff line change 1717
1818[package ]
1919name = " optee-utee-build"
20- version = " 0.6 .0"
20+ version = " 0.7 .0"
2121authors = [" Teaclave Contributors <dev@teaclave.apache.org>" ]
2222license = " Apache-2.0"
2323repository = " https://github.com/apache/teaclave-trustzone-sdk.git"
Original file line number Diff line number Diff line change 1717
1818[package ]
1919name = " optee-utee"
20- version = " 0.6 .0"
20+ version = " 0.7 .0"
2121authors = [" Teaclave Contributors <dev@teaclave.apache.org>" ]
2222license = " Apache-2.0"
2323repository = " https://github.com/apache/teaclave-trustzone-sdk.git"
2424description = " TEE internal core API."
2525edition = " 2018"
2626
2727[dependencies ]
28- optee-utee-sys = { version = " 0.6 .0" , path = " optee-utee-sys" }
29- optee-utee-macros = { version = " 0.6 .0" , path = " macros" }
28+ optee-utee-sys = { version = " 0.7 .0" , path = " optee-utee-sys" }
29+ optee-utee-macros = { version = " 0.7 .0" , path = " macros" }
3030bitflags = " 1.0.4"
3131uuid = { version = " 0.8" , default-features = false }
3232hex = { version = " 0.4" , default-features = false , features = [" alloc" ] }
@@ -39,8 +39,8 @@ once_cell = "1.20.2"
3939serde = { version = " 1.0.215" }
4040serde_json = { version = " 1.0.133" }
4141# disable linking when running unit tests
42- optee-utee-sys = { version = " 0.6 .0" , path = " optee-utee-sys" , features = [" no_link" ] }
43- optee-utee-mock = { version = " 0.6 .0" , path = " optee-utee-mock" }
42+ optee-utee-sys = { version = " 0.7 .0" , path = " optee-utee-sys" , features = [" no_link" ] }
43+ optee-utee-mock = { version = " 0.7 .0" , path = " optee-utee-mock" }
4444
4545[features ]
4646default = []
Original file line number Diff line number Diff line change 1717
1818[package ]
1919name = " optee-utee-macros"
20- version = " 0.6 .0"
20+ version = " 0.7 .0"
2121authors = [" Teaclave Contributors <dev@teaclave.apache.org>" ]
2222license = " Apache-2.0"
2323repository = " https://github.com/apache/teaclave-trustzone-sdk.git"
Original file line number Diff line number Diff line change 1717
1818[package ]
1919name = " optee-utee-mock"
20- version = " 0.6 .0"
20+ version = " 0.7 .0"
2121authors = [" Teaclave Contributors <dev@teaclave.apache.org>" ]
2222license = " Apache-2.0"
2323repository = " https://github.com/apache/teaclave-trustzone-sdk.git"
@@ -27,4 +27,4 @@ edition = "2018"
2727[dependencies ]
2828mockall = " 0.13.1"
2929once_cell = " 1.21.3"
30- optee-utee-sys = { version = " 0.6 .0" , path = " ../optee-utee-sys" , features = [" no_link" ] }
30+ optee-utee-sys = { version = " 0.7 .0" , path = " ../optee-utee-sys" , features = [" no_link" ] }
Original file line number Diff line number Diff line change 1717
1818[package ]
1919name = " optee-utee-sys"
20- version = " 0.6 .0"
20+ version = " 0.7 .0"
2121authors = [" Teaclave Contributors <dev@teaclave.apache.org>" ]
2222license = " Apache-2.0"
2323repository = " https://github.com/apache/teaclave-trustzone-sdk.git"
Original file line number Diff line number Diff line change 1717
1818[package ]
1919name = " systest"
20- version = " 0.6 .0"
20+ version = " 0.7 .0"
2121authors = [" Teaclave Contributors <dev@teaclave.apache.org>" ]
2222license = " Apache-2.0"
2323repository = " https://github.com/apache/teaclave-trustzone-sdk.git"
You can’t perform that action at this time.
0 commit comments