aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDavid Li <li.davidm96@gmail.com>2016-01-16 10:05:46 -0700
committerDavid Li <li.davidm96@gmail.com>2016-01-16 10:05:46 -0700
commit007e7f9c0fbc71c789d5a551012c2f6724e25e6b (patch)
treeb52de4f301a50e17527955a07824683686fd64bd /Cargo.toml
parenta2947b0108ac0196078d2365adfdb7090643284d (diff)
Stop game once score reached
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 0136efc..b62d741 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.5.0"
+rustv = "0.5.1"
docopt = "0.6"
rand = "0.3"
rustc-serialize = "0.3"