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-termion1/termion-fix-metadata-auto.diff

12 lines
402 B

--- termion-1.5.6/Cargo.toml 1970-01-01T00:00:00+00:00
+++ termion-1.5.6/Cargo.toml 2023-05-18T14:57:45.292786+00:00
@@ -25,8 +25,3 @@
features = ["std"]
[target."cfg(not(target_os = \"redox\"))".dependencies.libc]
version = "0.2"
-[target."cfg(target_os = \"redox\")".dependencies.redox_syscall]
-version = "0.2"
-
-[target."cfg(target_os = \"redox\")".dependencies.redox_termios]
-version = "0.1"