From c6d5b7a86d2c44cff5b37d298ed0021ac25ab413 Mon Sep 17 00:00:00 2001 From: chris west Date: Sat, 30 May 2020 11:55:24 -0700 Subject: [PATCH] (cargo-release) start next development iteration 1.0.4-dev --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ab014f7..3d980f2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -379,7 +379,7 @@ dependencies = [ [[package]] name = "phetch" -version = "1.0.3" +version = "1.0.4-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 bec32f7..7fa911b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "phetch" -version = "1.0.3" +version = "1.0.4-dev" authors = ["chris west "] license = "MIT" edition = "2018"