We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cc374ec + bdc2a47 commit 3de59ceCopy full SHA for 3de59ce
lightning-rapid-gossip-sync/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "lightning-rapid-gossip-sync"
3
-version = "0.0.104"
+version = "0.0.106"
4
authors = ["Arik Sosman <[email protected]>"]
5
license = "MIT OR Apache-2.0"
6
repository = "https://github.com/lightningdevkit/rust-lightning"
lightning-rapid-gossip-sync/src/lib.rs
@@ -197,6 +197,7 @@ mod tests {
197
println!("{}", error_string);
198
return;
199
}
200
+ #[cfg(require_route_graph_test)]
201
panic!("{}", error_string);
202
203
let elapsed = start.elapsed();
0 commit comments