From 940a5ae77a1efc8f89fe5b56fe4a4ae34a0e480d Mon Sep 17 00:00:00 2001 From: David Li Date: Thu, 7 Jan 2016 11:12:49 -0700 Subject: Implement print system call --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index e9c924a..7efe290 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,6 @@ version = "0.1.0" authors = ["David Li "] [dependencies] -rustv = "0.2.4" +rustv = "0.3.0" docopt = "0.6" rustc-serialize = "0.3" -- cgit v1.2.3