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 8cabdde commit 1da8e71Copy full SHA for 1da8e71
sgx/gbdt-sgx/Cargo.toml
@@ -26,7 +26,7 @@ crate-type = ["rlib", "staticlib"]
26
serde = { git = "https://github.com/mesalock-linux/serde-sgx" }
27
serde_derive = { git = "https://github.com/mesalock-linux/serde-sgx" }
28
serde_json = { git = "https://github.com/mesalock-linux/serde-json-sgx" }
29
-rand = { version = "0.7", optional = true, git = "https://github.com/mesalock-linux/rand-sgx", tag = "v0.6.5_sgx1.1.0" }
+rand = { version = "0.7", optional = true, git = "https://github.com/mesalock-linux/rand-sgx", tag = "v0.6.5_sgx1.1.1" }
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.1.1", git = "https://github.com/apache/teaclave-sgx-sdk", optional = true }
0 commit comments