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-a...

16 lines
417 B

--- nu-ansi-term-0.49.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ nu-ansi-term-0.49.0/Cargo.toml 2023-10-28T01:26:25.880548+00:00
@@ -43,12 +43,3 @@
derive_serde_style = ["serde"]
gnu_legacy = []
-[target."cfg(windows)".dependencies.windows]
-version = "0.48.0"
-features = [
- "Win32_Foundation",
- "Win32_System_Console",
- "Win32_Storage_FileSystem",
- "Win32_Security",
-]
-package = "windows-sys"