This is an automated email from the ASF dual-hosted git repository. hsun pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-teaclave.git
commit 35638327b3f94508c7d999f0ddc9cf9a29f0b300 Author: sunhe05 <[email protected]> AuthorDate: Thu Jun 8 09:23:49 2023 +0000 Use the patched crates from the apache repository --- cmake/tomls/Cargo.sgx_trusted_lib.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/tomls/Cargo.sgx_trusted_lib.toml b/cmake/tomls/Cargo.sgx_trusted_lib.toml index 76ad2bd5..39c2ced7 100644 --- a/cmake/tomls/Cargo.sgx_trusted_lib.toml +++ b/cmake/tomls/Cargo.sgx_trusted_lib.toml @@ -61,11 +61,11 @@ image = { git = "https://github.com/apache/incubator-teaclave-crates mio = { git = "https://github.com/apache/incubator-teaclave-crates" } num_cpus = { git = "https://github.com/apache/incubator-teaclave-crates" } rand = { git = "https://github.com/apache/incubator-teaclave-crates" } -rayon = { git = "https://github.com/mesatee/rayon.git", branch = "teaclave" } +rayon = { git = "https://github.com/apache/incubator-teaclave-crates" } ring = { git = "https://github.com/apache/incubator-teaclave-crates" } rustface = { git = "https://github.com/apache/incubator-teaclave-crates" } rustls = { git = "https://github.com/apache/incubator-teaclave-crates" } rusty-machine = { git = "https://github.com/apache/incubator-teaclave-crates" } -tantivy = { git = "https://github.com/mesatee/tantivy.git", branch = "0.19.2" } +tantivy = { git = "https://github.com/apache/incubator-teaclave-crates" } tokio = { git = "https://github.com/tokio-rs/tokio.git", tag = "tokio-1.24.0"} yasna = { git = "https://github.com/sccommunity/yasna.rs", branch = "teaclave-sgx" } --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
