From bf9bcd3958179601167b6afa0c4294b045ada4e6 Mon Sep 17 00:00:00 2001 From: asonix Date: Sat, 26 Nov 2022 11:38:17 -0600 Subject: [PATCH] Fix dependency patch --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ce02f9536..cf526ec03 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,5 +43,5 @@ awc = { path = "awc" } # actix-tls = { path = "../actix-net/actix-tls" } # actix-server = { path = "../actix-net/actix-server" } -actix-server = { git = "https://github.com/actix/actix-net" } -actix-rt = { git = "https://github.com/actix/actix-net" } +actix-server = { git = "https://github.com/asonix/actix-net", branch = "asonix/tokio-uring-04" } +actix-rt = { git = "https://github.com/asonix/actix-net", branch = "asonix/tokio-uring-04" }