Skip to content

Commit

Permalink
feat: integrate latest changes of dependency mdns-sd
Browse files Browse the repository at this point in the history
This integratest the following two changes:
- keepsimple1/mdns-sd#239
- keepsimple1/mdns-sd#240
  • Loading branch information
hrzlgnm committed Aug 18, 2024
1 parent 45f7bb0 commit 89fcd17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2021"
tauri-build = { version = "1.5.3", features = [] }

[dependencies]
mdns-sd = { version = "0.11.2", default-features = false, features = [
mdns-sd = { git = "https://github.com/keepsimple1/mdns-sd.git", rev = "f055c78", default-features = false, features = [
"async",
"log",
] }
Expand Down

0 comments on commit 89fcd17

Please sign in to comment.