Skip to content

Commit

Permalink
Merge pull request #2 from Zireael-N/bugfix/jitter-wasm
Browse files Browse the repository at this point in the history
Fix jitter causing panics on wasm32-unknown-unknown
  • Loading branch information
softprops authored May 30, 2020
2 parents 706516a + 46abdd1 commit 40b07a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ maintenance = { status = "actively-developed" }
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[features]
default = ["log", "rand"]
wasm-bindgen = ["rand/wasm-bindgen"]
stdweb = ["rand/stdweb"]

[dependencies]
log = { version = "0.4", optional = true }
Expand Down

0 comments on commit 40b07a8

Please sign in to comment.