bump patch version for dependency/architecture changes

This commit is contained in:
Tangent Wantwight 2019-11-17 22:45:34 -05:00
parent 77401e9f51
commit 188bf23803
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -1708,7 +1708,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "webmetro"
version = "0.2.0"
version = "0.2.1"
dependencies = [
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",

View File

@ -1,6 +1,6 @@
[package]
name = "webmetro"
version = "0.2.0"
version = "0.2.1"
authors = ["Tangent 128 <Tangent128@gmail.com>"]
edition = "2018"