Skip to content

Commit

Permalink
fix: cargo path to new tokio-wifiscanner crate
Browse files Browse the repository at this point in the history
  • Loading branch information
Chleba committed Nov 30, 2024
1 parent 0c2f961 commit 25783c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 71 deletions.
72 changes: 2 additions & 70 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ strum = "0.26.3"
surge-ping = "0.8.1"
tokio = { version = "1.40.0", features = ["full"] }
tokio-util = "0.7.12"
tokio-wifiscanner = { path = "./libs/wifiscanner" }
# tokio-wifiscanner = { path = "./libs/wifiscanner" }
tokio-wifiscanner = { git = "https://github.com/Chleba/tokio-wifiscanner.git" }
tracing = "0.1.40"
tracing-error = "0.2.0"
tracing-subscriber = { version = "0.3.18", features = ["env-filter", "serde"] }
Expand Down

0 comments on commit 25783c7

Please sign in to comment.