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

--- term-0.5.1/Cargo.toml 1969-12-31T16:00:00-08:00
+++ term-0.5.1/Cargo.toml 2018-09-17T12:37:33.128195-07: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"