Skip to content

Commit

Permalink
feat: update wintun v0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
zonyitoo committed Feb 18, 2024
1 parent e762c41 commit 38a7ad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ tokio-util = { version = "0.7", features = ["codec"], optional = true }
ioctl = { version = "0.8", package = "ioctl-sys" }

[target.'cfg(target_os = "windows")'.dependencies]
wintun = { version = "0.3", features = ["panic_on_unsent_packets"] }
wintun = { version = "0.4", features = ["panic_on_unsent_packets"] }

[dev-dependencies]
futures = "0.3"
Expand Down

0 comments on commit 38a7ad4

Please sign in to comment.