Skip to content

Commit

Permalink
chore(phantun) bump fake-tcp dependency to v0.3.0 and release
Browse files Browse the repository at this point in the history
`v0.3.1`
  • Loading branch information
dndx committed Apr 10, 2022
1 parent ca14ba4 commit 8a74b31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions phantun/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "phantun"
version = "0.3.0"
version = "0.3.1"
edition = "2021"
authors = ["Datong Sun <[email protected]>"]
license = "MIT OR Apache-2.0"
Expand All @@ -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.2" }
fake-tcp = { path = "../fake-tcp", version = "0.3" }
tokio = { version = "1.14", features = ["full"] }
tokio-util = "0.7"
log = "0.4"
Expand Down

0 comments on commit 8a74b31

Please sign in to comment.