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

18 lines
414 B

--- term-0.5.2/Cargo.toml 1970-01-01T00:00:00+00:00
+++ term-0.5.2/Cargo.toml 2019-06-19T10:55:07.342553+00:00
@@ -26,13 +26,10 @@
version = "1.2.1"
[dependencies.dirs]
-version = "1.0.2"
+version = "2.0.1"
[features]
default = []
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3"
-features = ["consoleapi", "wincon", "handleapi", "fileapi"]
[badges.appveyor]
repository = "Stebalien/term"