Skip to content

Commit bdc2a47

Browse files
committed
Fix rapid-gossip-sync warning and version number
1 parent 08ab658 commit bdc2a47

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)