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

Commit

Permalink
deps(rtc_tenclave): specify sgx_1.1.3 tag for once_cell-sgx
Browse files Browse the repository at this point in the history
This will avoid pulling in post-sgx_1.1.3 revisions unexpectedly.
  • Loading branch information
PiDelport committed May 28, 2021
1 parent 269c32f commit fba90da
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion rtc_auth_enclave/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rtc_data_enclave/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rtc_tenclave/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rtc_tenclave/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ rand = { git = "https://github.com/mesalock-linux/rand-sgx", tag = "v0.7.3_sgx1.
thiserror = { git = "https://github.com/mesalock-linux/thiserror-sgx.git", optional = true }
sgx_tcrypto = { git = "https://github.com/apache/incubator-teaclave-sgx-sdk.git", rev = "b9d1bda", optional = true }
sgx_tdh = { git = "https://github.com/apache/incubator-teaclave-sgx-sdk.git", rev = "b9d1bda", features = ["use_lav2"], optional = true }
once_cell = { git = "https://github.com/mesalock-linux/once_cell-sgx.git", optional = true }
once_cell = { git = "https://github.com/mesalock-linux/once_cell-sgx.git", tag = "sgx_1.1.3", optional = true }

# XXX: Work around serde-json-sgx / Cargo version handling issue
#
Expand Down

0 comments on commit fba90da

Please sign in to comment.