From f81e514a83ab82226a0ffb18708e158bc050e207 Mon Sep 17 00:00:00 2001 From: chris west Date: Sun, 3 May 2020 08:11:00 -0700 Subject: [PATCH] (cargo-release) start next development iteration 1.0.2-dev --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8a632ae..1d1da14 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -379,7 +379,7 @@ dependencies = [ [[package]] name = "phetch" -version = "1.0.1" +version = "1.0.2-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 b3ce458..18fb853 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "phetch" -version = "1.0.1" +version = "1.0.2-dev" authors = ["chris west "] license = "MIT" edition = "2018"