Skip to content

Commit

Permalink
Merge pull request #58 from dezoito/dev
Browse files Browse the repository at this point in the history
Removes unnecessary configs from Cargo.toml
  • Loading branch information
dezoito authored Nov 28, 2024
2 parents 18beb4c + a5bc9ec commit 8553420
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@ sqlx = { version = "0.8.1", features = ["runtime-tokio", "sqlite", "chrono"] }
# DO NOT REMOVE!!
custom-protocol = ["tauri/custom-protocol"]

# Speeds up cargo checks and compiling when using sqlx with macros
[profile.dev.package.sqlx-macros]
opt-level = 3

[profile.release]
lto = true

0 comments on commit 8553420

Please sign in to comment.