Skip to content

Commit

Permalink
Merge pull request #199 from TheComputerGuy96/cargotoml-cleanup
Browse files Browse the repository at this point in the history
Cargo.toml cleanup
  • Loading branch information
louis-e authored Jan 6, 2025
2 parents df65d23 + 028ef4b commit 49ead6c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ license = "GPL-3.0"
readme = "README.md"

[profile.release]
lto = true
lto = "thin"

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

[dependencies]
clap = { version = "4.1", features = ["derive"] }
Expand All @@ -34,7 +34,7 @@ rfd = "0.15.1"
semver = "1.0.23"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tauri = { version = "2", features = [] }
tauri = "2"
tauri-plugin-log = { version = "2.2.0" }
tauri-plugin-shell = "2"
tokio = { version = "1.42.0", features = ["full"] }

0 comments on commit 49ead6c

Please sign in to comment.