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

17 lines
386 B

3 years ago
--- nu-ansi-term-0.46.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ nu-ansi-term-0.46.0/Cargo.toml 2022-07-08T11:07:35.772956+00:00
@@ -45,13 +45,3 @@
[features]
derive_serde_style = ["serde"]
3 years ago
-
-[target."cfg(target_os=\"windows\")".dependencies.winapi]
-version = "0.3.4"
3 years ago
-features = [
- "consoleapi",
- "errhandlingapi",
- "fileapi",
- "handleapi",
- "processenv",
-]