temporary patch to the current git master branch of actix-rt

This commit is contained in:
fakeshadow 2020-12-28 09:24:29 +08:00
parent 0b0d21d2e4
commit f607096fca
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ members = [
[patch.crates-io] [patch.crates-io]
actix-codec = { path = "actix-codec" } actix-codec = { path = "actix-codec" }
actix-connect = { path = "actix-connect" } actix-connect = { path = "actix-connect" }
actix-rt = { path = "actix-rt" } actix-rt = { git = "https://github.com/actix/actix-net.git", ref = "ba44ea7d0bafaf5fccb9a34003d503e1910943eepath" }
actix-macros = { path = "actix-macros" } actix-macros = { path = "actix-macros" }
actix-server = { path = "actix-server" } actix-server = { path = "actix-server" }
actix-service = { path = "actix-service" } actix-service = { path = "actix-service" }