Skip to content

Commit

Permalink
Revert "Update rand to 0.7"
Browse files Browse the repository at this point in the history
This reverts commit 543535f.

I don't like having to specify `getrandom` explicitly. :/
  • Loading branch information
JulianKniephoff committed Jul 18, 2020
1 parent f118cca commit 71aad47
Show file tree
Hide file tree
Showing 2 changed files with 140 additions and 42 deletions.
177 changes: 138 additions & 39 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@ crate-type = ["cdylib"]
[dependencies]
wasm-bindgen = { version = "0.2.33", features = ["nightly"] }
console_error_panic_hook = "0.1.5"
rand = "0.7"

[dependencies.getrandom]
version = "0.1"
[dependencies.rand]
version = "0.6"
features = ["wasm-bindgen"]

[dependencies.web-sys]
Expand Down

0 comments on commit 71aad47

Please sign in to comment.