Skip to content

Commit

Permalink
Reverting #129 (#145)
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Kaitchuck <tom.kaitchuck@emc.com>
  • Loading branch information
tkaitchuck committed Nov 10, 2022
1 parent 673c17c commit 4019a16
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions Cargo.toml
Expand Up @@ -79,14 +79,7 @@ const-random = { version = "0.1.12", optional = true }
serde = { version = "1.0.117", optional = true }
cfg-if = "1.0"
atomic-polyfill = { version="1.0.1", optional=true}

[target."cfg(not(any(target_arch = \"wasm32\", target_abi = \"unknown\")))".dependencies.getrandom]
version = "0.2.7"
optional = true

[target."cfg(any(target_arch = \"wasm32\", target_abi = \"unknown\"))".dependencies.getrandom]
version = "0.2.7"
features = ["js"]
getrandom = { version = "0.2.7", optional = true }

[target.'cfg(not(all(target_arch = "arm", target_os = "none")))'.dependencies]
once_cell = { version = "1.13.1", default-features = false, features = ["unstable", "alloc"] }
Expand Down

0 comments on commit 4019a16

Please sign in to comment.