Bump cargo version to 0.3.1

This commit is contained in:
Mahmoud Al-Qudsi 2022-10-16 16:12:52 -05:00
parent 8a9bc1740d
commit ae56848993
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -232,7 +232,7 @@ dependencies = [
[[package]]
name = "tcpproxy"
version = "0.3.0"
version = "0.3.1"
dependencies = [
"futures",
"getopts",

View File

@ -1,6 +1,6 @@
[package]
name = "tcpproxy"
version = "0.3.0"
version = "0.3.1"
authors = ["Mahmoud Al-Qudsi <mqudsi@neosmart.net>"]
description = "Cross-platform asynchronous multi-client TCP proxy; great tokio demo."
homepage = "https://github.com/neosmart/tcpproxy"