Skip to content
This repository was archived by the owner on May 9, 2022. It is now read-only.

Commit 4c9e212

Browse files
committed
deps(rtc_tenclave): add hex (no_std)
1 parent 8da78d5 commit 4c9e212

File tree

4 files changed

+22
-0
lines changed

4 files changed

+22
-0
lines changed

rtc_auth_enclave/Cargo.lock

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rtc_data_enclave/Cargo.lock

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rtc_tenclave/Cargo.lock

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rtc_tenclave/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ secrecy = { version = "0.7.0", default-features = false }
5959
ring = { version = "0.17.0-alpha.8", default-features = false }
6060
sodalite = { version = "0.4.0", default-features = false }
6161
cfg-if = "1.0.0"
62+
hex = { version = "0.4.3", default-features = false, features = ["alloc"] }
6263

6364

6465
[dev-dependencies]

0 commit comments

Comments
 (0)