File: update-dep-versions.patch

package info (click to toggle)
rust-termion 1.5.6-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 308 kB
  • sloc: makefile: 10
file content (8 lines) | stat: -rw-r--r-- 208 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
--- termion.orig/Cargo.toml
+++ termion/Cargo.toml
@@ -23,4 +23,3 @@
 [dependencies.numtoa]
-version = "0.1"
-features = ["std"]
+version = "0.2"
 [target."cfg(not(target_os = \"redox\"))".dependencies.libc]