From 8f7fc4deea1e02116e4435d1e8a6068fa63e0afd Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sat, 6 Aug 2016 20:48:57 -0400 Subject: Cargo: Update version v0.1.0 -> v0.1.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 83b4ba3..3152f21 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "passextract" -version = "0.1.0" +version = "0.1.1" dependencies = [ "clipboard 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "rustty 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index b37084c..06f9f54 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "passextract" -version = "0.1.0" +version = "0.1.1" [dependencies] clipboard = "0.1.2" -- cgit v1.2.3