Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
denisu committed Jan 18, 2024
1 parent 5d3ba54 commit ee6ebd5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "splash"
version = "0.0.1"
version = "0.0.4"
edition = "2021"

[dependencies]
Expand Down
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ async fn main() -> Result<(), Box<dyn Error>> {
warp::serve(offer_route).run(submission_addr).await;
});
}

let mut peer_discovery_interval = time::interval(time::Duration::from_secs(10));

loop {
Expand Down

0 comments on commit ee6ebd5

Please sign in to comment.