aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDavid Li <li.davidm96@gmail.com>2016-01-09 15:35:40 -0700
committerDavid Li <li.davidm96@gmail.com>2016-01-09 15:35:40 -0700
commit5f9aca4b99fa8cd33843f1befd35e48de9a6760c (patch)
tree97040f6b82092bd7c3a2b4661bc6e71ebeb758f7 /Cargo.toml
parentc17e1ab26f4d6cdb6064241c85ff84029b3e0747 (diff)
Update rustv version
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 6515d90..6ee23c7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,7 +4,7 @@ version = "0.1.0"
authors = ["David Li <li.davidm96@gmail.com>"]
[dependencies]
-rustv = "0.3.0"
+rustv = "0.4.0"
docopt = "0.6"
rustc-serialize = "0.3"
time = "0.1"