Skip to content

Commit 453d07f

Browse files
committed
Force usage of libc master from git (temp)
This is for testing on Travis
1 parent c556f6f commit 453d07f

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,3 +82,4 @@ all-features = true
8282

8383
[patch.crates-io]
8484
rand_core = { path = "rand_core", version = "0.4" }
85+
libc = { git = 'https://github.com/rust-lang/libc', branch = 'master' }

rand_jitter/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,6 @@ winapi = { version = "0.3", features = ["profileapi"] }
2727

2828
[features]
2929
std = ["rand_core/std"]
30+
31+
[patch.crates-io]
32+
libc = { git = 'https://github.com/rust-lang/libc', branch = 'master' }

rand_os/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,6 @@ stdweb = { version = "0.4", optional = true }
3636

3737
[target.'cfg(target_env = "sgx")'.dependencies]
3838
rdrand = "0.4.0"
39+
40+
[patch.crates-io]
41+
libc = { git = 'https://github.com/rust-lang/libc', branch = 'master' }

0 commit comments

Comments
 (0)