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
419 B

--- term-0.5.1/Cargo.toml 1970-01-01T01:00:00+01:00
+++ term-0.5.1/Cargo.toml 2018-11-10T00:16:18.113484+01:00
@@ -24,11 +24,11 @@
[dependencies.byteorder]
version = "1.2.1"
+[dependencies.dirs]
+version = "1.0.2"
+
[features]
default = []
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3"
-features = ["wincon", "handleapi", "fileapi"]
[badges.appveyor]
repository = "Stebalien/term"