Skip to content

Commit

Permalink
Use the patched crates from the apache repository
Browse files Browse the repository at this point in the history
  • Loading branch information
sunhe05 authored and henrysun007 committed Jun 12, 2023
1 parent b0c41ce commit 3563832
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/tomls/Cargo.sgx_trusted_lib.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }

0 comments on commit 3563832

Please sign in to comment.