X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning-invoice%2FCargo.toml;h=ae37382fd340290a961edd9adc03ecb7fb3535b9;hb=99ecd02f7d5dbf1d53eb59b7e3ef90e87441193d;hp=758578ca465b5f6cf57e29440e5439002c0ced64;hpb=0d75a63ead0601ae36e7141834f67c881c31eb85;p=rust-lightning diff --git a/lightning-invoice/Cargo.toml b/lightning-invoice/Cargo.toml index 758578ca..ae37382f 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.7.0" authors = ["Sebastian Geisler "] documentation = "https://docs.rs/lightning-invoice/" license = "MIT OR Apache-2.0" @@ -10,11 +10,10 @@ readme = "README.md" [dependencies] bech32 = "0.7" -lightning = { version = "0.0.13", path = "../lightning" } +lightning = { version = "0.0.99", path = "../lightning" } secp256k1 = { version = "0.20", features = ["recovery"] } num-traits = "0.2.8" bitcoin_hashes = "0.9.4" -[lib] -crate-type = ["cdylib", "rlib"] - +[dev-dependencies] +lightning = { version = "0.0.99", path = "../lightning", features = ["_test_utils"] }