Skip to content

Commit 8553420

Browse files
authored
Merge pull request #58 from dezoito/dev
Removes unnecessary configs from Cargo.toml
2 parents 18beb4c + a5bc9ec commit 8553420

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src-tauri/Cargo.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@ sqlx = { version = "0.8.1", features = ["runtime-tokio", "sqlite", "chrono"] }
3333
# DO NOT REMOVE!!
3434
custom-protocol = ["tauri/custom-protocol"]
3535

36-
# Speeds up cargo checks and compiling when using sqlx with macros
37-
[profile.dev.package.sqlx-macros]
38-
opt-level = 3
39-
4036
[profile.release]
4137
lto = true
4238

0 commit comments

Comments
 (0)