From 3ec5e3f4335a5fdf709b5643da8aa4d5abe70815 Mon Sep 17 00:00:00 2001 From: chris west Date: Tue, 25 Feb 2020 12:57:10 -0800 Subject: [PATCH] (cargo-release) start next development iteration 0.9.5-dev --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3225e41..040ab9d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -379,7 +379,7 @@ dependencies = [ [[package]] name = "phetch" -version = "0.9.4" +version = "0.9.5-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 2095f69..330c341 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "phetch" -version = "0.9.4" +version = "0.9.5-dev" authors = ["chris west "] license = "MIT" edition = "2018"