From c0ed2168c6b39301511b84f52bd3f7b57a39024d Mon Sep 17 00:00:00 2001 From: iximeow Date: Sun, 29 Oct 2023 15:43:03 -0700 Subject: no more warnings :) --- ci-web-server/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ci-web-server/Cargo.toml') diff --git a/ci-web-server/Cargo.toml b/ci-web-server/Cargo.toml index bb0b57c..164ec56 100644 --- a/ci-web-server/Cargo.toml +++ b/ci-web-server/Cargo.toml @@ -14,7 +14,7 @@ ci-lib-core = { path = "../ci-lib-core" } ci-lib-native = { path = "../ci-lib-native" } ci-lib-web = { path = "../ci-lib-web" } -tokio = { features = ["full"] } +tokio = { version = "*", features = ["full"] } tokio-stream = "*" serde_json = "*" serde = { version = "*", features = ["derive"] } -- cgit v1.1