Skip to content

Commit 1da8e71

Browse files
committed
Fix rand-sgx dep
1 parent 8cabdde commit 1da8e71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sgx/gbdt-sgx/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ crate-type = ["rlib", "staticlib"]
2626
serde = { git = "https://github.com/mesalock-linux/serde-sgx" }
2727
serde_derive = { git = "https://github.com/mesalock-linux/serde-sgx" }
2828
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" }
29+
rand = { version = "0.7", optional = true, git = "https://github.com/mesalock-linux/rand-sgx", tag = "v0.6.5_sgx1.1.1" }
3030
regex = { version = "1", git = "https://github.com/mesalock-linux/regex-sgx", optional = true }
3131
time = { version = "0.1", optional = true }
3232
sgx_tstd = { rev = "v1.1.1", git = "https://github.com/apache/teaclave-sgx-sdk", optional = true }

0 commit comments

Comments
 (0)