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

12 lines
383 B

--- termion-2.0.3/Cargo.toml 1970-01-01T00:00:01+00:00
+++ termion-2.0.3/Cargo.toml 2023-11-09T23:49:33.845288+00:00
@@ -49,8 +49,3 @@
[target."cfg(not(target_os = \"redox\"))".dependencies.libc]
version = "0.2"
-[target."cfg(target_os = \"redox\")".dependencies.libredox]
-version = "0.0.2"
-
-[target."cfg(target_os = \"redox\")".dependencies.redox_termios]
-version = "0.1.3"