Remove unused patches

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 6 years ago
parent 4ff33cff54
commit 72fcdab0b1
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

@ -1,30 +0,0 @@
--- uuid-0.7.2/Cargo.toml 1970-01-01T01:00:00+01:00
+++ uuid-0.7.2/Cargo.toml 2019-01-29T09:14:08.332677+01:00
@@ -49,13 +49,6 @@
version = "0.6"
optional = true
-[dependencies.slog]
-version = "2"
-optional = true
-
-[dependencies.winapi]
-version = "0.3"
-optional = true
[dev-dependencies.bincode]
version = "1.0"
@@ -71,13 +64,10 @@
[features]
const_fn = ["nightly"]
default = ["std"]
-guid = ["winapi"]
nightly = []
std = []
-stdweb = ["rand/stdweb"]
u128 = ["byteorder"]
v1 = []
v3 = ["md5", "rand"]
v4 = ["rand"]
v5 = ["sha1", "rand"]
-wasm-bindgen = ["rand/wasm-bindgen"]
Loading…
Cancel
Save