Skip to content

Commit

Permalink
Revert "Enable JS random support in quinn-proto for wasm32"
Browse files Browse the repository at this point in the history
This reverts commit 3708427.
  • Loading branch information
thombles committed Jul 22, 2022
1 parent 4ba69a2 commit 29589ea
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions quinn-proto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@ tinyvec = { version = "1.1", features = ["alloc"] }
tracing = "0.1.10"
webpki = { version = "0.22", default-features = false, optional = true }

[target.'cfg(all(target_arch = "wasm32", target_os = "unknown"))'.dependencies]
# Choose appropriate feature set for getrandom, which is used via rand/rand_core
getrandom = { version = "0.2", features = ["js"] }

[dev-dependencies]
assert_matches = "1.1"
hex-literal = "0.3.0"
Expand Down

0 comments on commit 29589ea

Please sign in to comment.