Pin lightning versions

This commit is contained in:
Tony Giorgio
2023-06-27 22:20:10 -05:00
parent c47bc2fee6
commit 9e23246ff0

View File

@@ -18,8 +18,8 @@ crate-type = ["cdylib", "rlib"]
bitcoin = { version = "0.29.2", default-features = false, features = ["serde"] }
bip21 = "0.2.0"
nostr = { version = "0.22.0-bitcoin-v0.29", default-features = false, features = ["nip19"] }
lnurl-rs = { version = "0.2.4", default-features = false }
lightning-invoice = { version = "0.23.0", default-features = false }
lnurl-rs = { version = "=0.2.4", default-features = false }
lightning-invoice = { version = "=0.23.0", default-features = false }
lightning = { version = "0.0.115", default-features = false }
wasm-bindgen = { version = "0.2", optional = true }