diff --git a/Cargo.toml b/Cargo.toml index 8551085..dd81e81 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -166,7 +166,7 @@ test-case = "*" thiserror = "2.0.12" tokio = { version = "1.46.1", features = ["full"] } tokio-stream = "0.1.17" -tokio-util = "0.7.15" +tokio-util = { version = "0.7.15", features = ["time"] } toml = "0.8" tracing = "0.1" tracing-appender = "0.2.3" diff --git a/rust-toolchain.toml b/rust-toolchain.toml new file mode 100644 index 0000000..1a35d66 --- /dev/null +++ b/rust-toolchain.toml @@ -0,0 +1,2 @@ +[toolchain] +channel = "1.91"