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

17 lines
540 B

--- termion-1.5.6/Cargo.toml 1970-01-01T00:00:00+00:00
+++ termion-1.5.6/Cargo.toml 2021-03-26T10:04:49.078281+00:00
6 years ago
@@ -21,12 +21,6 @@
license = "MIT"
repository = "https://gitlab.redox-os.org/redox-os/termion"
[dependencies.numtoa]
-version = "0.1"
6 years ago
-features = ["std"]
+version = "0.2.3"
[target."cfg(not(target_os = \"redox\"))".dependencies.libc]
version = "0.2"
6 years ago
-[target."cfg(target_os = \"redox\")".dependencies.redox_syscall]
-version = "0.2"
-
6 years ago
-[target."cfg(target_os = \"redox\")".dependencies.redox_termios]
-version = "0.1"