summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Cuddeback <david.cuddeback@gmail.com>2015-11-04 07:44:06 -0800
committerDavid Cuddeback <david.cuddeback@gmail.com>2015-11-04 07:44:06 -0800
commitce1737eb9f8dbab744de406e18e98394d245b501 (patch)
treeb41f13ca5d805ee1a9be62179ac65544ee1e8e5a
parentf430941a71795c8dc946d3f3cba6e93448bf041e (diff)
downloadtermios-rs-ce1737eb9f8dbab744de406e18e98394d245b501.zip
upgrades libc to v0.2
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e5335d4..745b646 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,4 +11,4 @@ readme = "README.md"
keywords = ["termios", "tty", "terminal", "posix"]
[dependencies]
-libc = "0.1.5"
+libc = "0.2"