diff options
author | David Cuddeback <david.cuddeback@gmail.com> | 2015-11-04 07:44:06 -0800 |
---|---|---|
committer | David Cuddeback <david.cuddeback@gmail.com> | 2015-11-04 07:44:06 -0800 |
commit | ce1737eb9f8dbab744de406e18e98394d245b501 (patch) | |
tree | b41f13ca5d805ee1a9be62179ac65544ee1e8e5a | |
parent | f430941a71795c8dc946d3f3cba6e93448bf041e (diff) | |
download | termios-rs-ce1737eb9f8dbab744de406e18e98394d245b501.zip |
upgrades libc to v0.2
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,4 +11,4 @@ readme = "README.md" keywords = ["termios", "tty", "terminal", "posix"] [dependencies] -libc = "0.1.5" +libc = "0.2" |