Skip to content

Commit

Permalink
Update rand to 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasKalbertodt committed May 21, 2020
1 parent 3bc7d4e commit 543535f
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 140 deletions.
177 changes: 39 additions & 138 deletions Cargo.lock

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

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

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

[dependencies.web-sys]
Expand Down

0 comments on commit 543535f

Please sign in to comment.