diff --git a/.codespellrc b/.codespellrc index 8c217e7..015a949 100644 --- a/.codespellrc +++ b/.codespellrc @@ -2,6 +2,6 @@ builtin = clear,rare,en-GB_to_en-US,names,informal,code check-filenames = src/*.rs src-tauri/src/*.rs ignore-words = .codespellignore -skip = */.git,*/target,*.lock +skip = */.git,*/target,*.lock,./src-tauri/gen/schemas/*.json quiet-level = 2 diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index d694b41..05527c6 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" tauri-build = { version = "1.5.3", features = [] } [dependencies] -mdns-sd = { git = "https://github.com/hrzlgnm/mdns-sd.git", branch = "track-already-queried-subnets-by-interface-name", default-features = false, features = [ +mdns-sd = { git = "https://github.com/keepsimple1/mdns-sd.git", branch = "main", default-features = false, features = [ "async", "log", ] }