diff options
author | iximeow <me@iximeow.net> | 2023-10-29 15:43:03 -0700 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2023-10-29 15:43:03 -0700 |
commit | c0ed2168c6b39301511b84f52bd3f7b57a39024d (patch) | |
tree | 28ce2666e1d6ad052a31cbdb9a1c487f83a91e7a /ci-web-server/Cargo.toml | |
parent | 6f78ee3f15421b3450428e711659b28be0eccd7b (diff) |
no more warnings :)runner-local-mode
Diffstat (limited to 'ci-web-server/Cargo.toml')
-rw-r--r-- | ci-web-server/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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"] } |