Skip to content

Commit

Permalink
chore(deps): sort dependencies to avoid merge conflicts (#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
hrzlgnm committed Sep 14, 2024
1 parent 5f465ca commit 3885012
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ tauri-build = { version = "1.5.4", features = [] }

[dependencies]
clap = { version = "4.5.17", features = ["derive"] }
log = "0.4.22"
mdns-sd = { version = "0.11.4", features = ["async", "log"] }
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.128"
tauri = { version = "1.7.2", features = [
"dialog-ask",
"http-api",
Expand All @@ -21,10 +24,7 @@ tauri = { version = "1.7.2", features = [
"updater",
"window-all",
] }
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.128"
tauri-plugin-log = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1" }
log = "0.4.22"

[features]
# This feature is used for production builds or when a dev server is not specified, DO NOT REMOVE!!
Expand Down

0 comments on commit 3885012

Please sign in to comment.