From f3b5b7295b30b69c46711a42af2d06583c06704d Mon Sep 17 00:00:00 2001 From: Chris Greenaway Date: Wed, 31 Jul 2019 18:38:00 +0100 Subject: [PATCH] Bump version to 0.2.0 - breaking changes were introduced in December --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 880a9af..3e26d69 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -155,7 +155,7 @@ dependencies = [ [[package]] name = "cargo-local-registry" -version = "0.1.6" +version = "0.2.0" dependencies = [ "cargo 0.36.0 (registry+https://github.com/rust-lang/crates.io-index)", "docopt 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 43acfba..e915c9a 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-local-registry" -version = "0.1.6" +version = "0.2.0" authors = ["Alex Crichton "] license = "MIT/Apache-2.0" readme = "README.md"