X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning-invoice%2FCargo.toml;fp=lightning-invoice%2FCargo.toml;h=678a677bae9a1102f7f40b372ff94f4ed5f7257a;hb=294009969aef617df4184ff41ef6daa5a445f213;hp=ebfc9e3953405d3de9d750b9251bd2c963e664ce;hpb=7b4b75301047b7c122fb1e893658384e726ec60c;p=rust-lightning diff --git a/lightning-invoice/Cargo.toml b/lightning-invoice/Cargo.toml index ebfc9e39..678a677b 100644 --- a/lightning-invoice/Cargo.toml +++ b/lightning-invoice/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "lightning-invoice" description = "Data structures to parse and serialize BOLT11 lightning invoices" -version = "0.5.0" +version = "0.6.0" authors = ["Sebastian Geisler "] documentation = "https://docs.rs/lightning-invoice/" license = "MIT OR Apache-2.0" @@ -10,13 +10,13 @@ readme = "README.md" [dependencies] bech32 = "0.7" -lightning = { version = "0.0.14", path = "../lightning" } +lightning = { version = "0.0.98", path = "../lightning" } secp256k1 = { version = "0.20", features = ["recovery"] } num-traits = "0.2.8" bitcoin_hashes = "0.9.4" [dev-dependencies] -lightning = { version = "0.0.14", path = "../lightning", features = ["_test_utils"] } +lightning = { version = "0.0.98", path = "../lightning", features = ["_test_utils"] } [lib] crate-type = ["cdylib", "rlib"]