We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdde4f7 commit f1d197fCopy full SHA for f1d197f
sgx/gbdt-sgx/Cargo.toml
@@ -26,7 +26,7 @@ crate-type = ["rlib", "staticlib"]
26
serde = { git = "https://github.com/mesalock-linux/serde-sgx.git" }
27
serde_derive = { git = "https://github.com/mesalock-linux/serde-sgx.git" }
28
serde_json = { git = "https://github.com/mesalock-linux/serde-json-sgx.git" }
29
-rand={ version = "0.6", optional = true, git = "https://github.com/mesalock-linux/rand-sgx.git" }
+rand={ version = "0.6", optional = true, git = "https://github.com/mesalock-linux/rand-sgx.git", tag = "v0.6.5_sgx1.0.8" }
30
regex = { version = "1", git = "https://github.com/mesalock-linux/regex-sgx", optional = true }
31
time = { version = "0.1", optional = true }
32
sgx_tstd = { rev = "v1.0.8", git = "https://github.com/baidu/rust-sgx-sdk.git", optional = true }
0 commit comments