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

28 lines
853 B

6 years ago
--- rand-0.4.4/Cargo.toml 1969-12-31T16:00:00-08:00
+++ rand-0.4.4/Cargo.toml 2019-01-08T10:08:39.873095-08:00
@@ -22,6 +22,7 @@
categories = ["algorithms"]
license = "MIT/Apache-2.0"
repository = "https://github.com/rust-lang-nursery/rand"
+exclude = ["/utils/*", "/.travis.yml", "/appveyor.yml"]
[features]
alloc = []
6 years ago
@@ -29,16 +30,7 @@
i128_support = []
nightly = ["i128_support"]
std = ["libc"]
6 years ago
-[target."cfg(target_env = \"sgx\")".dependencies.rand_core]
-version = "0.3.0"
-[target."cfg(target_env = \"sgx\")".dependencies.rdrand]
-version = "0.4.0"
-[target."cfg(target_os = \"fuchsia\")".dependencies.fuchsia-zircon]
-version = "0.3.2"
[target."cfg(unix)".dependencies.libc]
version = "0.2"
optional = true
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3"
-features = ["minwindef", "ntsecapi", "profileapi", "winnt"]