X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning-invoice%2FCargo.toml;h=ebfc9e3953405d3de9d750b9251bd2c963e664ce;hb=d2955be5cf7fa96057c416a7899e7db6a0c5e622;hp=758578ca465b5f6cf57e29440e5439002c0ced64;hpb=21cb8db1b6256335952c4664430287f10f5ee522;p=rust-lightning diff --git a/lightning-invoice/Cargo.toml b/lightning-invoice/Cargo.toml index 758578ca..ebfc9e39 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.4.0" +version = "0.5.0" authors = ["Sebastian Geisler "] documentation = "https://docs.rs/lightning-invoice/" license = "MIT OR Apache-2.0" @@ -10,11 +10,14 @@ readme = "README.md" [dependencies] bech32 = "0.7" -lightning = { version = "0.0.13", path = "../lightning" } +lightning = { version = "0.0.14", 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"] } + [lib] crate-type = ["cdylib", "rlib"]