Skip to content

Commit

Permalink
optee-*: pin dependency version for publish
Browse files Browse the repository at this point in the history
  • Loading branch information
DemesneGH committed Dec 4, 2024
1 parent bc14fb6 commit 20e6988
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions optee-teec/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ description = "TEE client API."
edition = "2018"

[dependencies]
optee-teec-sys = { path = "optee-teec-sys" }
optee-teec-macros = { path = "macros" }
optee-teec-sys = { version = "0.2.0", path = "optee-teec-sys" }
optee-teec-macros = { version = "0.2.0", path = "macros" }
libc = "0.2"
uuid = "0.7"
hex = "0.3"
Expand Down
4 changes: 2 additions & 2 deletions optee-utee/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ description = "TEE internal core API."
edition = "2018"

[dependencies]
optee-utee-sys = { path = "optee-utee-sys" }
optee-utee-macros = { path = "macros" }
optee-utee-sys = { version = "0.2.0", path = "optee-utee-sys" }
optee-utee-macros = { version = "0.2.0", path = "macros" }
bitflags = "1.0.4"
uuid = { version = "0.8", default-features = false }
hex = { version = "0.4", default-features = false, features = ["alloc"] }
Expand Down

0 comments on commit 20e6988

Please sign in to comment.