diff options
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ [root] name = "kipper" -version = "0.0.1" +version = "0.0.2" dependencies = [ "getopts 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)", "json 0.11.10 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1,6 +1,6 @@ [package] name = "kipper" -version = "0.0.1" +version = "0.0.2" [dependencies] getopts = "0.2.15" |