Codebase list rust-libslirp / 2120690
termion: update properly Ximin Luo 4 years ago
2 changed file(s) with 18 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 rust-termion (1.5.4-3) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package termion 1.5.4 from crates.io using debcargo 2.4.0
3
4 -- Ximin Luo <infinity0@debian.org> Tue, 31 Dec 2019 06:21:15 +0000
5
06 rust-termion (1.5.4-2) unstable; urgency=medium
17
28 * Package termion 1.5.4 from crates.io using debcargo 2.4.0
0 --- a/Cargo.toml
1 +++ b/Cargo.toml
2 @@ -21,8 +21,7 @@
3 license = "MIT"
4 repository = "https://gitlab.redox-os.org/redox-os/termion"
5 [dependencies.numtoa]
6 -version = "0.1.0"
7 -features = ["std"]
8 +version = "0.2"
9 [target."cfg(not(target_os = \"redox\"))".dependencies.libc]
10 version = "0.2.8"
11 [target."cfg(target_os = \"redox\")".dependencies.redox_syscall]