Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
xmh0511 committed Jan 30, 2024
1 parent e089db3 commit 8e9363c
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 @@ -35,7 +35,7 @@ tokio = { version = "1.35", features = [
], default-features = false }

#tun2.rs example
tun2 = { version = "1.0.0", features = ["async"] }
tun2 = { version = "1.0", features = ["async"] }

#tun_wintun.rs example
[target.'cfg(any(target_os = "linux", target_os = "macos"))'.dev-dependencies]
Expand Down

0 comments on commit 8e9363c

Please sign in to comment.