Bump crate versions to 0.0.109/invoice 0.17
[rust-lightning] / lightning-rapid-gossip-sync / Cargo.toml
index a65e2853177e0828057355a14e0822b1010c6b15..568e399fde43521d4cfdc520c0919c602716b2a9 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "lightning-rapid-gossip-sync"
-version = "0.0.108"
+version = "0.0.109"
 authors = ["Arik Sosman <git@arik.io>"]
 license = "MIT OR Apache-2.0"
 repository = "https://github.com/lightningdevkit/rust-lightning"
@@ -13,8 +13,8 @@ Utility to process gossip routing data from Rapid Gossip Sync Server.
 _bench_unstable = []
 
 [dependencies]
-lightning = { version = "0.0.108", path = "../lightning" }
+lightning = { version = "0.0.109", path = "../lightning" }
 bitcoin = { version = "0.28.1", default-features = false }
 
 [dev-dependencies]
-lightning = { version = "0.0.108", path = "../lightning", features = ["_test_utils"] }
+lightning = { version = "0.0.109", path = "../lightning", features = ["_test_utils"] }