Skip to content

Commit f245aac

Browse files
committed
Fix gbdt-sgx rand dep
1 parent 67e3a57 commit f245aac

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.git" }
2727
serde_derive = { git = "https://github.com/mesalock-linux/serde-sgx.git" }
2828
serde_json = { git = "https://github.com/mesalock-linux/serde-json-sgx.git" }
29-
rand={ version = "0.7", optional = true, git = "https://github.com/mesalock-linux/rand-sgx.git", tag = "v0.6.5_sgx1.0.9" }
29+
rand={ version = "0.7", optional = true, git = "https://github.com/mesalock-linux/rand-sgx.git", rev = "v0.6.5_sgx1.0.9" }
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.0.9", git = "https://github.com/baidu/rust-sgx-sdk.git", optional = true }

0 commit comments

Comments
 (0)