Skip to content

Commit

Permalink
Merge pull request #14 from xmh0511/v2
Browse files Browse the repository at this point in the history
recover libc version
  • Loading branch information
xmh0511 authored Jan 22, 2024
2 parents 2ddb560 + a39357f commit 336d12d
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 @@ -14,7 +14,7 @@ keywords = ["tun", "network", "tunnel", "bindings"]
byteorder = { version = "1" }
bytes = { version = "1" }
futures-core = { version = "0.3", optional = true }
libc = "0.2.152"
libc = "0.2"
log = "0.4"
thiserror = "1"
tokio = { version = "1", features = ["net", "macros"], optional = true }
Expand Down

0 comments on commit 336d12d

Please sign in to comment.