Skip to content

Commit

Permalink
nix: 0.28
Browse files Browse the repository at this point in the history
  • Loading branch information
yaa110 committed Apr 6, 2024
1 parent 58da13e commit 812deb3
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.11.2"
version = "0.11.3"

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

Expand Down

0 comments on commit 812deb3

Please sign in to comment.