From b9e0c6be4fead4d9abf76cfb30c8da743537b37d Mon Sep 17 00:00:00 2001 From: chris west Date: Tue, 25 Feb 2020 14:08:40 -0800 Subject: [PATCH] (cargo-release) start next development iteration 1.0.1-dev --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e887229..c554053 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -379,7 +379,7 @@ dependencies = [ [[package]] name = "phetch" -version = "1.0.0" +version = "1.0.1-dev" dependencies = [ "atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", "criterion 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 26ab174..c590f8c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "phetch" -version = "1.0.0" +version = "1.0.1-dev" authors = ["chris west "] license = "MIT" edition = "2018"