Skip to content

Commit

Permalink
Remove empty features list from tauri-build
Browse files Browse the repository at this point in the history
tauri-build has a default features key
  • Loading branch information
TheComputerGuy96 committed Jan 6, 2025
1 parent 9b53040 commit 137f804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 Down

0 comments on commit 137f804

Please sign in to comment.