From ca67ea4faac5f7f911467b66dc1a4e68591349ad Mon Sep 17 00:00:00 2001 From: asonix Date: Mon, 4 Nov 2024 17:48:07 -0600 Subject: [PATCH] Git dependency --- Cargo.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 27e27a8f0..2db7f7e3e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,5 +35,9 @@ actix-web-httpauth = { path = "./actix-web-httpauth" } # uncomment to quickly test against local actix-web repo # actix-http = { path = "../actix-web/actix-http" } # actix-router = { path = "../actix-web/actix-router" } -# actix-web = { path = "../actix-web" } +# actix-web = { path = "../actix-web/actix-web" } # awc = { path = "../actix-web/awc" } +actix-http = { git = "https://github.com/asonix/actix-web", branch = "asonix/play-with-h1-encoding" } +actix-router = { git = "https://github.com/asonix/actix-web", branch = "asonix/play-with-h1-encoding" } +actix-web = { git = "https://github.com/asonix/actix-web", branch = "asonix/play-with-h1-encoding" } +awc = { git = "https://github.com/asonix/actix-web", branch = "asonix/play-with-h1-encoding" }