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 2988f96  optee-utee: do not lock the version of bitflags crate
2988f96 is described below

commit 2988f96264bc5e98af6b4848901fc8c7239b2e14
Author: ivila <[email protected]>
AuthorDate: Thu Nov 14 14:17:35 2024 +0800

    optee-utee: do not lock the version of bitflags crate
    
    Unlock the version of bitflags in optee-utee to avoid confliction when
    using optee-utee with some other crates(like cpuid).
    
    Signed-off-by: ivila <[email protected]>
    Reviewed-by: Sumit Garg <[email protected]>
---
 optee-utee/Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/optee-utee/Cargo.toml b/optee-utee/Cargo.toml
index 2324ecf..d0d2977 100644
--- a/optee-utee/Cargo.toml
+++ b/optee-utee/Cargo.toml
@@ -27,7 +27,7 @@ edition = "2018"
 [dependencies]
 optee-utee-sys = { path = "optee-utee-sys" }
 optee-utee-macros = { path = "macros" }
-bitflags = "=1.0.4"
+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"


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to