From 188bf23803d22a0afbb31d24eed371d8b0c97be6 Mon Sep 17 00:00:00 2001 From: Tangent Wantwight Date: Sun, 17 Nov 2019 22:45:34 -0500 Subject: [PATCH] bump patch version for dependency/architecture changes --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e295a7d..7a35ad8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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)", diff --git a/Cargo.toml b/Cargo.toml index 5d965d1..2d35896 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "webmetro" -version = "0.2.0" +version = "0.2.1" authors = ["Tangent 128 "] edition = "2018"