]> git.ipfire.org Git - ipfire-2.x.git/blame - src/patches/rust-rand-0.4.6-fix-metadata.patch
mympd: remove create config start
[ipfire-2.x.git] / src / patches / rust-rand-0.4.6-fix-metadata.patch
CommitLineData
90b6ebe8
SS
1--- rand-0.4.6/Cargo.toml.orig 2022-01-28 14:06:03.486357507 +0000
2+++ rand-0.4.6/Cargo.toml 2022-01-28 14:06:19.606044332 +0000
3@@ -25,15 +25,5 @@
4 [target.'cfg(unix)'.dependencies]
5 libc = { version = "0.2", optional = true }
6
7-[target.'cfg(windows)'.dependencies]
8-winapi = { version = "0.3", features = ["minwindef", "ntsecapi", "profileapi", "winnt"] }
9-
10 [workspace]
11 members = ["rand-derive"]
12-
13-[target.'cfg(target_os = "fuchsia")'.dependencies]
14-fuchsia-cprng = "0.1.0"
15-
16-[target.'cfg(target_env = "sgx")'.dependencies]
17-rdrand = "0.4.0"
18-rand_core = { version = "0.3", default-features = false }