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.50.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ nu-ansi-term-0.50.1/Cargo.toml 2024-07-29T20:39:46.993492+00:00
@@ -43,12 +43,3 @@
derive_serde_style = ["serde"]
gnu_legacy = []
-[target."cfg(windows)".dependencies.windows]
-version = "0.52.0"
-features = [
- "Win32_Foundation",
- "Win32_System_Console",
- "Win32_Storage_FileSystem",
- "Win32_Security",
-]
-package = "windows-sys"