From a19c6123a27e9f4d5af78a0ada21a41ef6f3c1eb Mon Sep 17 00:00:00 2001 From: Tim Dettrick Date: Thu, 12 Oct 2017 13:57:46 +1000 Subject: [PATCH] Bump version in lock file --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index d6dcbdc..76465d8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "backup2swift" -version = "0.1.0" +version = "0.1.1" dependencies = [ "clap 2.26.2 (registry+https://github.com/rust-lang/crates.io-index)", "curl 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",