diff options
author | David Li <li.davidm96@gmail.com> | 2016-01-06 12:16:13 -0700 |
---|---|---|
committer | David Li <li.davidm96@gmail.com> | 2016-01-06 12:16:13 -0700 |
commit | fbbb16d448a92251779eb6b2e255b05e69bb3868 (patch) | |
tree | 303e66a2406e84ffa06becd55c7886a15607e43e /Cargo.lock | |
parent | 32428a6bbdb43d8c8948ddcfe66db637219f3d03 (diff) |
Keep track of bytes written with proxy memory
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ version = "0.1.0" dependencies = [ "docopt 0.6.78 (registry+https://github.com/rust-lang/crates.io-index)", "rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)", - "rustv 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "rustv 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -65,7 +65,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "rustv" -version = "0.2.1" +version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "elfloader32 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |