Skip to content

Commit

Permalink
chore: flakebox lint
Browse files Browse the repository at this point in the history
  • Loading branch information
thesimplekid committed Jan 14, 2024
1 parent f696ef9 commit 54b6cb4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,11 @@ tracing = { version = "0.1", default-features = false }
tracing-subscriber = "0.3"
uniffi = "0.24"
thiserror = "1.0.50"

[profile]

[profile.ci]
inherits = "dev"
incremental = false
debug = "line-tables-only"
lto = "off"

0 comments on commit 54b6cb4

Please sign in to comment.