Skip to content

Commit

Permalink
Upref and codespell
Browse files Browse the repository at this point in the history
  • Loading branch information
hrzlgnm committed Aug 7, 2024
1 parent e95f328 commit 10c7ab7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .codespellrc
Original file line number Diff line number Diff line change
Expand Up @@ -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

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 = { 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",
] }
Expand Down

0 comments on commit 10c7ab7

Please sign in to comment.