Skip to content

Commit

Permalink
Try to make it compile on freebsd
Browse files Browse the repository at this point in the history
  • Loading branch information
ikatson committed Dec 12, 2023
1 parent 29c2db1 commit 4ffe79f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/upnp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ tokio = {version = "1", features = ["macros"]}
futures = "0.3"
url = "2"
async-recursion = "1"
network-interface = "1"
network-interface = { git = 'https://github.com/ikatson/network-interface', branch = "compile-on-freebsd" }

[dev-dependencies]
tokio = {version = "1", features = ["macros", "rt-multi-thread"]}
Expand Down

0 comments on commit 4ffe79f

Please sign in to comment.