From 86ea71fade5c6222d1b57f8972b20615627eb6ff Mon Sep 17 00:00:00 2001 From: Shell Chen Date: Mon, 6 Jul 2020 15:39:26 +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 f4d820c..c94eedc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -686,7 +686,7 @@ dependencies = [ [[package]] name = "moproxy" -version = "0.3.4" +version = "0.3.5" dependencies = [ "bytes 0.5.5 (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 65f6928..5fc2e16 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "moproxy" -version = "0.3.4" +version = "0.3.5" authors = ["sorz "] edition = "2018" description = "Transparent TCP to SOCKSv5/HTTP proxy on Linux written in Rust"