2
0
mirror of https://github.com/xvxx/phetch synced 2024-11-10 13:10:54 +00:00

(cargo-release) start next development iteration 0.1.11-dev

This commit is contained in:
dvkt 2020-01-04 15:15:21 -08:00
parent 858aa2c06d
commit 6254a64f94
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -12,7 +12,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]] [[package]]
name = "phetch" name = "phetch"
version = "0.1.10" version = "0.1.11-dev"
dependencies = [ dependencies = [
"termion 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)", "termion 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
] ]

View File

@ -1,6 +1,6 @@
[package] [package]
name = "phetch" name = "phetch"
version = "0.1.10" version = "0.1.11-dev"
authors = ["dvkt <c@dvkt.io>"] authors = ["dvkt <c@dvkt.io>"]
license = "MIT" license = "MIT"
edition = "2018" edition = "2018"