diff --git a/Cargo.lock b/Cargo.lock index 7e97ad2..8e7b0af 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -379,7 +379,7 @@ dependencies = [ [[package]] name = "phetch" -version = "0.9.2" +version = "0.9.3-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 4c25302..80726b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "phetch" -version = "0.9.2" +version = "0.9.3-dev" authors = ["chris west "] license = "MIT" edition = "2018"