You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
--- getrandom-0.1.15/Cargo.toml 2020-09-10T10:21:20+00:00
|
|
|
|
+++ getrandom-0.1.15/Cargo.toml 2020-11-28T13:48:16.106903+00:00
|
|
|
|
@@ -42,8 +42,6 @@
|
|
|
|
rustc-dep-of-std = ["compiler_builtins", "core"]
|
|
|
|
std = []
|
|
|
|
test-in-browser = ["wasm-bindgen"]
|
|
|
|
-[target."cfg(target_os = \"wasi\")".dependencies.wasi]
|
|
|
|
-version = "0.9"
|
|
|
|
[target."cfg(unix)".dependencies.libc]
|
|
|
|
version = "0.2.64"
|
|
|
|
default-features = false
|
|
|
|
@@ -54,8 +52,6 @@
|
|
|
|
[target.wasm32-unknown-unknown.dependencies.wasm-bindgen]
|
|
|
|
version = "0.2.29"
|
|
|
|
optional = true
|
|
|
|
-[target.wasm32-unknown-unknown.dev-dependencies.wasm-bindgen-test]
|
|
|
|
-version = "0.2"
|
|
|
|
[badges.appveyor]
|
|
|
|
repository = "rust-random/getrandom"
|
|
|
|
|