2
0
mirror of https://github.com/xvxx/phetch synced 2024-11-05 00:00:58 +00:00

next version

This commit is contained in:
dvkt 2019-12-31 01:02:36 -08:00
parent f142f79d58
commit 95934b3900
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.5" version = "0.1.6-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.5" version = "0.1.6-dev"
authors = ["dvkt <c@dvkt.io>"] authors = ["dvkt <c@dvkt.io>"]
license = "MIT" license = "MIT"
edition = "2018" edition = "2018"