Skip to content

Commit

Permalink
fix: profile warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mike committed Jul 19, 2024
1 parent 670d870 commit 1562447
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@ description = "A simple cli tool to decode QR codes of Swiss QR bills"
[lints.rust]
unsafe_code = "forbid"

[profile.release]
codegen-units = 1
lto = "fat"
strip = "symbols"
panic = "abort"

[dependencies]
clap = { version = "4.5.7", features = ["derive"] }
serde_json = "1.0.117"
Expand Down
6 changes: 0 additions & 6 deletions lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@ description = "A simple library to decode QR codes of Swiss QR bills"
[lints.rust]
unsafe_code = "forbid"

[profile.release]
codegen-units = 1
lto = "fat"
strip = "symbols"
panic = "abort"

[dependencies]
rqrr = "0.7.1"
image = "0.25.1"
Expand Down

0 comments on commit 1562447

Please sign in to comment.