Skip to content

Commit

Permalink
fix: remove duplicate key in Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
rolznz committed Mar 5, 2024
1 parent cd7be36 commit 4d598e2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ readme = "README.md"
keywords = ["bitcoin", "lightning", "ldk", "bdk"]
categories = ["cryptography::cryptocurrencies"]

[profile.release]
lto = true
rpath = true

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[lib]
Expand Down Expand Up @@ -103,6 +99,8 @@ uniffi = { version = "0.25.3", features = ["build"], optional = true }

[profile.release]
panic = "abort"
lto = true
rpath = true

[profile.dev]
panic = "abort"

0 comments on commit 4d598e2

Please sign in to comment.