From e2d51e9e9150a2912130dcf62dc4d6be4c52577b Mon Sep 17 00:00:00 2001 From: fa-sharp Date: Tue, 26 May 2026 03:12:02 -0400 Subject: [PATCH] ci: update rust version --- .github/workflows/ci.yml | 2 +- Cargo.toml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c37397a..bd35953 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ on: push: env: - RUST_VERSION: "1.90" + RUST_VERSION: "1.94" jobs: build: diff --git a/Cargo.toml b/Cargo.toml index 476054d..9a4a484 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,9 +15,9 @@ futures = "0.3" type-map = "0.5" [dev-dependencies] -tokio = { - version = "1.52.3", - default-features = false, - features = ["net", "rt", "rt-multi-thread", "signal"] -} tracing = "0.1.44" + +[dev-dependencies.tokio] +version = "1.52.3" +default-features = false +features = ["net", "rt", "rt-multi-thread", "signal"]