Skip to content

Commit

Permalink
Remove empty features list from some crates
Browse files Browse the repository at this point in the history
I'm not sure why this was in place
  • Loading branch information
TheComputerGuy96 committed Jan 6, 2025
1 parent 7fa3fc9 commit acce440
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ readme = "README.md"
lto = true

[build-dependencies]
tauri-build = { version = "2", features = [] }
tauri-build = "2"

[dependencies]
clap = { version = "4.1", features = ["derive"] }
Expand All @@ -33,5 +33,5 @@ rfd = { version = "0.15.1", default-features = false, features = ["tokio"] }
semver = "1.0.23"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tauri = { version = "2", features = [] }
tauri = "2"
tokio = { version = "1.42.0", features = ["full"] }

0 comments on commit acce440

Please sign in to comment.