mirror of https://github.com/neosmart/tcpproxy.git
Bump cargo version to 0.3.1
This commit is contained in:
parent
8a9bc1740d
commit
ae56848993
|
@ -232,7 +232,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tcpproxy"
|
name = "tcpproxy"
|
||||||
version = "0.3.0"
|
version = "0.3.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"futures",
|
"futures",
|
||||||
"getopts",
|
"getopts",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "tcpproxy"
|
name = "tcpproxy"
|
||||||
version = "0.3.0"
|
version = "0.3.1"
|
||||||
authors = ["Mahmoud Al-Qudsi <mqudsi@neosmart.net>"]
|
authors = ["Mahmoud Al-Qudsi <mqudsi@neosmart.net>"]
|
||||||
description = "Cross-platform asynchronous multi-client TCP proxy; great tokio demo."
|
description = "Cross-platform asynchronous multi-client TCP proxy; great tokio demo."
|
||||||
homepage = "https://github.com/neosmart/tcpproxy"
|
homepage = "https://github.com/neosmart/tcpproxy"
|
||||||
|
|
Loading…
Reference in New Issue