Skip to content

Commit

Permalink
FreeBSD support
Browse files Browse the repository at this point in the history
Update network-interface dependency for FreeBSD support.

Fixes #6.
  • Loading branch information
surban committed Mar 26, 2024
1 parent 32c3262 commit 1aab9f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aggligator-util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ aggligator = { version = "0.8.3", path = "../aggligator" }
futures = "0.3"
tokio = { version = "1.21", features = ["rt", "rt-multi-thread"] }
tracing = "0.1"
network-interface = "1"
network-interface = "1.1.2"
async-trait = "0.1"
bytes = "1"

Expand Down

0 comments on commit 1aab9f2

Please sign in to comment.