Skip to content

Commit 01056d3

Browse files
committed
switch to local version 104
1 parent e9ddec0 commit 01056d3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lightning-graph-sync/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ Utility to fetch gossip routing data from LNSync or LNSync-like server
1212
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1313

1414
[dependencies]
15-
lightning = { version = "0.0.101", path = "../lightning" }
16-
lightning-block-sync = { version = "0.0.101", path = "../lightning-block-sync", features = ["rest-client"] }
15+
lightning = { version = "0.0.104", path = "../lightning" }
16+
lightning-block-sync = { version = "0.0.104", path = "../lightning-block-sync", features = ["rest-client"] }
1717
tokio = { version = "1.0", features = [ "io-util", "net", "time" ], optional = true }
1818

1919
[dev-dependencies]
2020
bitcoin = { version = "0.27", default-features = false, features = ["secp-recovery"] }
21-
tokio = { version = "1.0", features = [ "macros", "rt" ] }
21+
tokio = { version = "1.0", features = [ "macros", "rt" ] }

0 commit comments

Comments
 (0)