Skip to content

Commit 5fafa52

Browse files
committed
Move profiles to workspace Cargo.toml
1 parent 58ed552 commit 5fafa52

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,9 @@ panic = 'abort' # Abort on panic
1919
bitcoin-payment-instructions = { git = "https://github.com/benthecarman/bitcoin-payment-instructions.git", branch = "orange-fork", features = ["http"] }
2020
lightning = { git = "https://github.com/tnull/rust-lightning", branch = "2025-08-bump-electrum-client-0.1" }
2121
lightning-invoice = { git = "https://github.com/tnull/rust-lightning", branch = "2025-08-bump-electrum-client-0.1" }
22+
23+
[profile.release]
24+
panic = "abort"
25+
26+
[profile.dev]
27+
panic = "abort"

orange-sdk/Cargo.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,3 @@ cdk-axum = { git = "https://github.com/benthecarman/cdk.git", branch = "orange-f
3737
axum = { version = "0.8.1", optional = true }
3838

3939
uniffi = { version = "0.29", features = ["cli", "tokio"], optional = true }
40-
41-
[profile.release]
42-
panic = "abort"
43-
44-
[profile.dev]
45-
panic = "abort"

0 commit comments

Comments
 (0)