From 4c5242562ea4b250e3de1a0d0d36f397567bc51b Mon Sep 17 00:00:00 2001 From: fakeshadow <24548779@qq.com> Date: Sat, 6 Feb 2021 10:47:21 -0800 Subject: [PATCH] fix ci --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2311fd021..e92615474 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -78,7 +78,7 @@ actix-macros = "0.2.0" actix-router = "0.2.6" actix-rt = "2" actix-server = "2.0.0-beta.2" -actix-service = "=2.0.0-beta.3" +actix-service = "2.0.0-beta.3" actix-utils = "3.0.0-beta.1" actix-tls = { version = "3.0.0-beta.2", default-features = false, optional = true }