chore(phantun) release v0.4.0 and bump fake-tcp dependency to v0.4

This commit is contained in:
Datong Sun 2022-04-16 03:48:07 -07:00
parent 245cb9c7f4
commit 827530f62c

View File

@ -1,6 +1,6 @@
[package]
name = "phantun"
version = "0.3.2"
version = "0.4.0"
edition = "2021"
authors = ["Datong Sun <dndx@idndx.com>"]
license = "MIT OR Apache-2.0"
@ -13,7 +13,7 @@ Layer 3 & Layer 4 (NAPT) firewalls/NATs.
[dependencies]
clap = { version = "3.0", features = ["cargo"] }
socket2 = { version = "0.4", features = ["all"] }
fake-tcp = { path = "../fake-tcp", version = "0.3" }
fake-tcp = { path = "../fake-tcp", version = "0.4" }
tokio = { version = "1.14", features = ["full"] }
tokio-util = "0.7"
log = "0.4"