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

--- rand-0.7.3/Cargo.toml 2020-01-10T21:46:19+00:00
+++ rand-0.7.3/Cargo.toml 2020-01-15T23:50:29.531548+00:00
@@ -67,8 +67,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"
optional = true