Skip to content

Commit

Permalink
optee-utee: do not lock the version of bitflags crate
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
ivila authored and DemesneGH committed Nov 14, 2024
1 parent b5143c6 commit 2988f96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion optee-utee/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2988f96

Please sign in to comment.