Skip to content

Commit

Permalink
Fix more CI errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Finomnis committed Nov 1, 2024
1 parent b42db5a commit 56cbe79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ headers = ">= 0.3.5" # Required to fix minimal-versions
serde_urlencoded = ">= 0.7.1" # Required to fix minimal-versions
unicode-linebreak = ">= 0.1.5" # Required to fix minimal-versions

gcc = ">= 0.3.4" # Required to fix minimal-versions

# tokio-console
console-subscriber = "0.2.0"

Expand Down
2 changes: 1 addition & 1 deletion examples/tokio_console.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
//!
//! Then, open the `tokio-console` application (see https://crates.io/crates/tokio-console) to
//! follow the subsystem tasks live.
xxx
use miette::Result;
use tokio::time::{sleep, Duration};
use tokio_graceful_shutdown::{FutureExt, SubsystemBuilder, SubsystemHandle, Toplevel};
Expand Down

0 comments on commit 56cbe79

Please sign in to comment.