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

16 lines
538 B

--- home-0.3.2/Cargo.toml 1969-12-31T16:00:00-08:00
+++ home-0.3.2/Cargo.toml 2018-03-22T14:03:13.644698-07:00
@@ -18,12 +18,3 @@
documentation = "https://docs.rs/home"
license = "MIT/Apache-2.0"
repository = "https://github.com/brson/home"
-[target."cfg(windows)".dependencies.scopeguard]
-version = "0.3"
-
-[target."cfg(windows)".dependencies.userenv-sys]
-version = "0.2.0"
-
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3"
-features = ["errhandlingapi", "handleapi", "processthreadsapi", "std", "winerror", "winnt"]