1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Index: rustyline/Cargo.toml
===================================================================
--- rustyline.orig/Cargo.toml
+++ rustyline/Cargo.toml
@@ -218,14 +218,3 @@ optional = true
[target."cfg(unix)".dependencies.utf8parse]
version = "0.2"
-
-
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.60.2"
-features = [
- "Win32_Foundation",
- "Win32_System_Console",
- "Win32_Security",
- "Win32_System_Threading",
- "Win32_UI_Input_KeyboardAndMouse",
-]
|