mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-02-25 07:17:40 +01:00
Merge pull request #1499 from tnull/2022-05-fix-unreachable-warning
Fix `rapid-gossip-sync` warning and version number
This commit is contained in:
commit
3de59cef25
2 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "lightning-rapid-gossip-sync"
|
||||
version = "0.0.104"
|
||||
version = "0.0.106"
|
||||
authors = ["Arik Sosman <git@arik.io>"]
|
||||
license = "MIT OR Apache-2.0"
|
||||
repository = "https://github.com/lightningdevkit/rust-lightning"
|
||||
|
|
|
@ -197,6 +197,7 @@ mod tests {
|
|||
println!("{}", error_string);
|
||||
return;
|
||||
}
|
||||
#[cfg(require_route_graph_test)]
|
||||
panic!("{}", error_string);
|
||||
}
|
||||
let elapsed = start.elapsed();
|
||||
|
|
Loading…
Add table
Reference in a new issue