Skip to content

Commit

Permalink
Rebased to master
Browse files Browse the repository at this point in the history
  • Loading branch information
UnAfraid committed Oct 15, 2024
1 parent 484a07d commit 40ab70c
Show file tree
Hide file tree
Showing 2 changed files with 2 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 src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use futures::stream::StreamExt;
use log::{debug, error, info, LevelFilter};
use rumqttc::v5::EventLoop;
use serde_json::to_vec;
use tokio::select;
use tokio::{select, time};
use tokio::signal;

use config::Config;
Expand Down

0 comments on commit 40ab70c

Please sign in to comment.