Skip to content

Commit

Permalink
Bump version requirement on getrandom to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dhardy committed Apr 5, 2019
1 parent 57fbc71 commit b83a4c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -50,7 +50,7 @@ members = [
rand_core = { path = "rand_core", version = "0.4" }
rand_pcg = { path = "rand_pcg", version = "0.1" }
rand_hc = { path = "rand_hc", version = "0.1" }
getrandom = { version = "0.1", optional = true }
getrandom = { version = "0.1.1", optional = true }
log = { version = "0.4", optional = true }

[dependencies.packed_simd]
Expand Down
2 changes: 1 addition & 1 deletion rand_os/Cargo.toml
Expand Up @@ -23,4 +23,4 @@ stdweb = ["getrandom/stdweb"]

[dependencies]
rand_core = { path = "../rand_core", version = "0.4", features = ["std"] }
getrandom = "0.1"
getrandom = "0.1.1"

0 comments on commit b83a4c5

Please sign in to comment.