Skip to content

Commit

Permalink
update net-adapters to fix panic
Browse files Browse the repository at this point in the history
  • Loading branch information
asuper0 committed Sep 6, 2024
1 parent ac9c9f3 commit 753cec1
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 @@ -8,7 +8,7 @@ build = "build.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
net-adapters = { git = "https://github.com/asuper0/net-adapters", rev = "9d93385" }
net-adapters = { git = "https://github.com/asuper0/net-adapters", rev = "be0ff88" }
anyhow = "1.0.75"
encoding = "0.2.33"
serde_derive = "1.0.171"
Expand Down

0 comments on commit 753cec1

Please sign in to comment.