Skip to content

Commit 3de59ce

Browse files
authored
Merge pull request #1499 from tnull/2022-05-fix-unreachable-warning
Fix `rapid-gossip-sync` warning and version number
2 parents cc374ec + bdc2a47 commit 3de59ce

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lightning-rapid-gossip-sync/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lightning-rapid-gossip-sync"
3-
version = "0.0.104"
3+
version = "0.0.106"
44
authors = ["Arik Sosman <[email protected]>"]
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/lightningdevkit/rust-lightning"

lightning-rapid-gossip-sync/src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ mod tests {
197197
println!("{}", error_string);
198198
return;
199199
}
200+
#[cfg(require_route_graph_test)]
200201
panic!("{}", error_string);
201202
}
202203
let elapsed = start.elapsed();

0 commit comments

Comments
 (0)