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.
rust-rand/rand-fix-metadata.diff

12 lines
439 B

--- rand-0.7.0/Cargo.toml 1970-01-01T00:00:00+00:00
+++ rand-0.7.0/Cargo.toml 2019-08-04T10:00:58.126450+00:00
@@ -75,8 +75,6 @@
wasm-bindgen = ["getrandom_package/wasm-bindgen"]
[target."cfg(not(target_os = \"emscripten\"))".dependencies.rand_chacha]
7 years ago
version = "0.2"
-[target."cfg(target_os = \"emscripten\")".dependencies.rand_hc]
-version = "0.2"
[target."cfg(unix)".dependencies.libc]
version = "0.2.22"
default-features = false