Skip to content

Commit

Permalink
revert tun ver
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiapple852 committed Jan 11, 2024
1 parent e895fe3 commit 93fa6ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ rand = "0.8.5"
test-case = "3.3.1"
# see https://github.com/meh/rust-tun/pull/74
serde_yaml = "0.9.30"
tun = { git = "https://github.com/fujiapple852/rust-tun", features = [ "async" ] }
tun = { git = "https://github.com/fujiapple852/rust-tun", rev = "e944758112d23a2199b0c8d8adf8ffc6a8c1e9f5", features = [ "async" ] }
tokio = { version = "1.35.1", features = [ "full" ] }
tokio-util = { version = "0.7.10" }

Expand Down

0 comments on commit 93fa6ac

Please sign in to comment.