Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
ibigbug committed Nov 5, 2023
1 parent a8a3967 commit da6796d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions clash_lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,9 @@ axum = { version = "0.6.20", features = ["ws"] }
tower-http = { version = "0.4.0", features = ["fs", "trace", "cors"] }
chrono = { version = "0.4.26", features = ["serde"] }

tun = { git = "https://github.com/Watfaq/rust-tun.git", rev = "f0df1d51cbbd205385ed82b036bf4bf0ea91aea6", features = ["async"] }
netstack-lwip = { git = "https://github.com/Watfaq/netstack-lwip.git", rev = "0528151" }
tun = { git = "https://github.com/Watfaq/rust-tun.git", rev = "4afb013ef3ed78ccb55692e4d7bb624aacc5e2ee", features = ["async"] }
netstack-lwip = { git = "https://github.com/Watfaq/netstack-lwip.git", rev = "ea4487b6b824d808cd29f09f098863cfcfcf78a5" }

boringtun = { version = "0.6.0" }

serde = { version = "1.0", features=["derive"] }
Expand Down

0 comments on commit da6796d

Please sign in to comment.