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-uuid/uuid-fix-metadata.diff

21 lines
468 B

--- uuid-0.7.4/Cargo.toml 1970-01-01T00:00:00+00:00
+++ uuid-0.7.4/Cargo.toml 2019-06-22T08:18:57.093112+00:00
@@ -68,7 +68,6 @@
[features]
const_fn = ["nightly"]
default = ["std"]
-guid = ["winapi"]
nightly = []
std = []
stdweb = ["rand/stdweb"]
@@ -78,9 +77,6 @@
v4 = ["rand"]
v5 = ["sha1"]
wasm-bindgen = ["rand/wasm-bindgen"]
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3"
-optional = true
[badges.appveyor]
repository = "uuid-rs/uuid"