Skip to content

Commit 0366abc

Browse files
committed
Remove .git suffix in SGX's Cargo.toml
1 parent f245aac commit 0366abc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

sgx/gbdt-sgx/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ path = "../../src/lib.rs"
2323
crate-type = ["rlib", "staticlib"]
2424

2525
[dependencies]
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.7", optional = true, git = "https://github.com/mesalock-linux/rand-sgx.git", rev = "v0.6.5_sgx1.0.9" }
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", 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 }
32-
sgx_tstd = { rev = "v1.0.9", git = "https://github.com/baidu/rust-sgx-sdk.git", optional = true }
32+
sgx_tstd = { rev = "v1.0.9", git = "https://github.com/baidu/rust-sgx-sdk", optional = true }
3333
cfg-if = "0.1"
3434

3535
[dev-dependencies]

0 commit comments

Comments
 (0)