Fix dependency patch

This commit is contained in:
asonix 2022-11-26 11:38:17 -06:00
parent 821aba5744
commit bf9bcd3958
1 changed files with 2 additions and 2 deletions

View File

@ -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" }