ci: update rust version
All checks were successful
CI / build (push) Successful in 42s

This commit is contained in:
2026-05-26 03:12:02 -04:00
parent e1440c6d57
commit e2d51e9e91
2 changed files with 6 additions and 6 deletions

View File

@@ -3,7 +3,7 @@ on:
push:
env:
RUST_VERSION: "1.90"
RUST_VERSION: "1.94"
jobs:
build:

View File

@@ -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"]