Skip to content

Commit

Permalink
nix: 0.27
Browse files Browse the repository at this point in the history
  • Loading branch information
yaa110 committed Sep 18, 2023
1 parent 642bf10 commit 2fb2bf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ license = "MIT OR Apache-2.0"
name = "tokio-tun"
readme = "README.md"
repository = "https://github.com/yaa110/tokio-tun"
version = "0.9.0"
version = "0.9.1"

[dependencies]
libc = "0.2"
nix = {version = "0.26", default-features = false, features = ["ioctl"]}
nix = {version = "0.27", default-features = false, features = ["ioctl"]}
thiserror = "1"
tokio = {version = "1", features = ["net"]}

Expand Down

0 comments on commit 2fb2bf2

Please sign in to comment.