Bump crate versions to 0.0.102 and lightning-invoice 0.10
[rust-lightning] / lightning-invoice / Cargo.toml
index 1169d9283cb67ceae0635d9a66e1a6104194d774..886fbc553acae0f97c772e2fbdf9d067146e668e 100644 (file)
@@ -1,7 +1,7 @@
 [package]
 name = "lightning-invoice"
 description = "Data structures to parse and serialize BOLT11 lightning invoices"
-version = "0.9.0"
+version = "0.10.0"
 authors = ["Sebastian Geisler <sgeisler@wh2.tu-dresden.de>"]
 documentation = "https://docs.rs/lightning-invoice/"
 license = "MIT OR Apache-2.0"
@@ -10,11 +10,11 @@ readme = "README.md"
 
 [dependencies]
 bech32 = "0.8"
-lightning = { version = "0.0.101", path = "../lightning" }
+lightning = { version = "0.0.102", path = "../lightning" }
 secp256k1 = { version = "0.20", features = ["recovery"] }
 num-traits = "0.2.8"
 bitcoin_hashes = "0.10"
 
 [dev-dependencies]
 hex = "0.3"
-lightning = { version = "0.0.101", path = "../lightning", features = ["_test_utils"] }
+lightning = { version = "0.0.102", path = "../lightning", features = ["_test_utils"] }