From 458406dfa2a71581b175256eaf814cb61ad096f8 Mon Sep 17 00:00:00 2001 From: Luis Moreno Date: Sat, 2 Dec 2023 12:58:23 -0400 Subject: [PATCH] Override tls dependency for CI --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 58fd96935..ec56d7da6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,3 +49,6 @@ awc = { path = "awc" } # actix-utils = { path = "../actix-net/actix-utils" } # actix-tls = { path = "../actix-net/actix-tls" } # actix-server = { path = "../actix-net/actix-server" } + +# Added for testing purpose while https://github.com/actix/actix-net/pull/508 is released +actix-tls = { git = "https://github.com/actix/actix-net", rev = "522a2f63b2a1ce426574d046704e537ee730a9ec" } \ No newline at end of file