Skip to content

Commit 6cb6f88

Browse files
authored
Merge pull request #689 from newpavlov/patch-1
Disable default features for rand_core
2 parents 7b3c28e + 11a7385 commit 6cb6f88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rand"
3-
version = "0.4.4"
3+
version = "0.4.5"
44
authors = ["The Rust Project Developers"]
55
license = "MIT/Apache-2.0"
66
readme = "README.md"
@@ -36,4 +36,4 @@ fuchsia-zircon = "0.3.2"
3636

3737
[target.'cfg(target_env = "sgx")'.dependencies]
3838
rdrand = "0.4.0"
39-
rand_core = "0.3.0"
39+
rand_core = { version = "0.3", default-features = false }

0 commit comments

Comments
 (0)