aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorDavid Li <li.davidm96@gmail.com>2016-01-07 11:12:49 -0700
committerDavid Li <li.davidm96@gmail.com>2016-01-07 11:12:49 -0700
commit940a5ae77a1efc8f89fe5b56fe4a4ae34a0e480d (patch)
tree49978de652f60c0bacd4ac5e28dd1fe67e00f56c /Cargo.lock
parentfbbb16d448a92251779eb6b2e255b05e69bb3868 (diff)
Implement print system call
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index c98941d..12379b0 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -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.4 (registry+https://github.com/rust-lang/crates.io-index)",
+ "rustv 0.3.0 (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.4"
+version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"elfloader32 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",