Skip to content

Commit

Permalink
chore(phantun) use fake-tcp from crates.io
Browse files Browse the repository at this point in the history
  • Loading branch information
dndx committed Sep 19, 2021
1 parent 43996c3 commit 716b664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phantun/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Layer 4 firewalls.
[dependencies]
clap = "2.33.3"
socket2 = { version = "0.4.2", features = ["all"] }
fake-tcp = { path = "../fake-tcp" }
fake-tcp = "0.1.0"
tokio-tun = "0.3.15"
tokio = { version = "1.11.0", features = ["full"] }
log = "0.4"
Expand Down

0 comments on commit 716b664

Please sign in to comment.