aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDavid Li <li.davidm96@gmail.com>2016-01-06 12:16:13 -0700
committerDavid Li <li.davidm96@gmail.com>2016-01-06 12:16:13 -0700
commitfbbb16d448a92251779eb6b2e255b05e69bb3868 (patch)
tree303e66a2406e84ffa06becd55c7886a15607e43e /Cargo.toml
parent32428a6bbdb43d8c8948ddcfe66db637219f3d03 (diff)
Keep track of bytes written with proxy memory
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 f22ebb2..e9c924a 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.1"
+rustv = "0.2.4"
docopt = "0.6"
rustc-serialize = "0.3"