Skip to content

Commit 4019a16

Browse files
authoredNov 10, 2022
Reverting #129 (#145)
Signed-off-by: Tom Kaitchuck <tom.kaitchuck@emc.com>
1 parent 673c17c commit 4019a16

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed
 

‎Cargo.toml

+1-8
Original file line numberDiff line numberDiff line change
@@ -79,14 +79,7 @@ const-random = { version = "0.1.12", optional = true }
7979
serde = { version = "1.0.117", optional = true }
8080
cfg-if = "1.0"
8181
atomic-polyfill = { version="1.0.1", optional=true}
82-
83-
[target."cfg(not(any(target_arch = \"wasm32\", target_abi = \"unknown\")))".dependencies.getrandom]
84-
version = "0.2.7"
85-
optional = true
86-
87-
[target."cfg(any(target_arch = \"wasm32\", target_abi = \"unknown\"))".dependencies.getrandom]
88-
version = "0.2.7"
89-
features = ["js"]
82+
getrandom = { version = "0.2.7", optional = true }
9083

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

0 commit comments

Comments
 (0)