aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDavid Li <li.davidm96@gmail.com>2016-01-07 11:12:49 -0700
committerDavid Li <li.davidm96@gmail.com>2016-01-07 11:12:49 -0700
commit940a5ae77a1efc8f89fe5b56fe4a4ae34a0e480d (patch)
tree49978de652f60c0bacd4ac5e28dd1fe67e00f56c /Cargo.toml
parentfbbb16d448a92251779eb6b2e255b05e69bb3868 (diff)
Implement print system call
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e9c924a..7efe290 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,6 +4,6 @@ version = "0.1.0"
authors = ["David Li <li.davidm96@gmail.com>"]
[dependencies]
-rustv = "0.2.4"
+rustv = "0.3.0"
docopt = "0.6"
rustc-serialize = "0.3"