From 74d2fc71c523c756ec326ce2ae8e1eff4e13f599 Mon Sep 17 00:00:00 2001 From: Sadhbh Code Date: Wed, 12 Nov 2025 22:37:33 +0000 Subject: [PATCH] Updated cargo and toolset --- Cargo.toml | 2 +- rust-toolchain.toml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 rust-toolchain.toml 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"