This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -3,7 +3,7 @@ on:
|
|||||||
push:
|
push:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
RUST_VERSION: "1.90"
|
RUST_VERSION: "1.94"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|||||||
10
Cargo.toml
10
Cargo.toml
@@ -15,9 +15,9 @@ futures = "0.3"
|
|||||||
type-map = "0.5"
|
type-map = "0.5"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
tokio = {
|
|
||||||
version = "1.52.3",
|
|
||||||
default-features = false,
|
|
||||||
features = ["net", "rt", "rt-multi-thread", "signal"]
|
|
||||||
}
|
|
||||||
tracing = "0.1.44"
|
tracing = "0.1.44"
|
||||||
|
|
||||||
|
[dev-dependencies.tokio]
|
||||||
|
version = "1.52.3"
|
||||||
|
default-features = false
|
||||||
|
features = ["net", "rt", "rt-multi-thread", "signal"]
|
||||||
|
|||||||
Reference in New Issue
Block a user