DemesneGH commented on code in PR #141: URL: https://github.com/apache/incubator-teaclave-trustzone-sdk/pull/141#discussion_r1670447480
########## optee-utee/Cargo.toml: ########## @@ -24,18 +24,13 @@ repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git" description = "TEE internal core API." edition = "2018" -[features] -default = ["std", "sys_std"] -std = [] -sys_std = ["optee-utee-sys/std"] - [dependencies] -optee-utee-sys = { path = "optee-utee-sys", default-features = false } +optee-utee-sys = { path = "optee-utee-sys" } optee-utee-macros = { path = "macros" } bitflags = "=1.0.4" uuid = { version = "0.8", default-features = false } hex = { version = "0.4", default-features = false, features = ["alloc"] } libc_alloc = "=1.0.5" -[workspace] -members = ['systest'] +#[workspace] +#members = ['systest'] Review Comment: commented out for test, enable now -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@teaclave.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@teaclave.apache.org For additional commands, e-mail: dev-h...@teaclave.apache.org