aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDavid Li <li.davidm96@gmail.com>2016-01-11 09:59:19 -0700
committerDavid Li <li.davidm96@gmail.com>2016-01-11 09:59:19 -0700
commit60c57e5c60d17396fbd3f8799a319a5fe30b9f3e (patch)
tree3c9104abda348102bb2266cae9cc876677ad77b7 /Cargo.toml
parent5c59bbe2b4ed58d28415ad1e67cb909f5965b238 (diff)
Bump rustv dependency
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 5c58f6a..7188a85 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,7 +6,7 @@ authors = ["David Li <li.davidm96@gmail.com>"]
[dependencies]
log = "0.3"
env_logger = "0.3"
-rustv = "0.4.0"
+rustv = "0.4.1"
docopt = "0.6"
rustc-serialize = "0.3"
time = "0.1"