Skip to content

Commit e993a0e

Browse files
committed
Fix 1.0.9
1 parent 48c5474 commit e993a0e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ name = "gbdt"
2929
crate-type = ["rlib", "staticlib"]
3030

3131
[dependencies]
32-
rand="0.6.1"
32+
rand="0.7"
3333
serde = "1.0"
3434
serde_derive = "1.0"
3535
serde_json = "1.0"

sgx/gbdt-sgx-test/app/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ authors = ["Baidu"]
55
build = "build.rs"
66

77
[dependencies]
8-
sgx_types = "1.0"
9-
sgx_urts = "1.0"
8+
sgx_types = { git = "https://github.com/baidu/rust-sgx-sdk.git" }
9+
sgx_urts = { git = "https://github.com/baidu/rust-sgx-sdk.git" }
1010
dirs = "1.0.2"

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.6", 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", tag = "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)