From d1d7a9b6178d806614b8eab4062ea1f98268a6dd Mon Sep 17 00:00:00 2001 From: Shell Chen Date: Wed, 17 Jun 2020 23:32:21 +0800 Subject: [PATCH] Bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c1603f2..da007d4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -525,7 +525,7 @@ dependencies = [ [[package]] name = "moproxy" -version = "0.3.3" +version = "0.3.4" dependencies = [ "bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.33.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 4b6fc73..6e0f16a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "moproxy" -version = "0.3.3" +version = "0.3.4" authors = ["sorz "] edition = "2018" description = "Transparent TCP to SOCKSv5/HTTP proxy on Linux written in Rust"