diff --git a/Cargo.lock b/Cargo.lock index cade244..aa78c46 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -12,7 +12,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "phetch" -version = "0.1.4" +version = "0.1.5-pre" dependencies = [ "termion 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)", ] diff --git a/Cargo.toml b/Cargo.toml index 7d79568..aa7fa0d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "phetch" -version = "0.1.4" +version = "0.1.5-pre" authors = ["dvkt "] license = "MIT" edition = "2018"