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
428 B

--- rand-0.7.1/Cargo.toml 1970-01-01T00:00:00+00:00
+++ rand-0.7.1/Cargo.toml 2019-09-15T17:19:24.920427+00:00
@@ -76,8 +76,6 @@
[target."cfg(not(target_os = \"emscripten\"))".dependencies.rand_chacha]
version = "0.2.1"
default-features = false
-[target."cfg(target_os = \"emscripten\")".dependencies.rand_hc]
-version = "0.2"
[target."cfg(unix)".dependencies.libc]
version = "0.2.22"
default-features = false