Skip to content

Commit

Permalink
fix: bind to interface not working on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
ArcticLampyrid committed May 1, 2024
1 parent 1488bfc commit 09ecc3d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 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 core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ chrono = "0.4"
clap = {version = "4.5", features = ["derive"]}
log = "0.4"
log4rs = "1.3"
network-interface = "1"
network-interface = "2"
njupt_wifi_login_configuration = {path = "../configuration"}
once_cell = "1"
regex = "1"
Expand Down

0 comments on commit 09ecc3d

Please sign in to comment.