chore: mark lightning dependency optional/disabled to avoid yanked crate
This commit is contained in:
parent
0cb9132983
commit
2690e24312
1 changed files with 2 additions and 2 deletions
|
|
@ -25,8 +25,8 @@ bip32 = "0.3"
|
||||||
# BDK for wallet abstractions (UTXO management, PSBT, descriptors)
|
# BDK for wallet abstractions (UTXO management, PSBT, descriptors)
|
||||||
bdk = { version = "0.27", features = ["keys-bip39", "electrum", "sqlite"] }
|
bdk = { version = "0.27", features = ["keys-bip39", "electrum", "sqlite"] }
|
||||||
|
|
||||||
# Rust-Lightning (lightning protocol) - use as optional or for in-process nodes
|
# Rust-Lightning (lightning protocol) - add as an optional dependency when needed
|
||||||
lightning = "0.0.124"
|
# lightning = { version = "0.0.124", optional = true } # disabled because some versions may be yanked
|
||||||
|
|
||||||
# Crypto / storage / tools
|
# Crypto / storage / tools
|
||||||
argon2 = "0.4"
|
argon2 = "0.4"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue