mirror of https://github.com/fafhrd91/actix-net
temporary patch to the current git master branch of actix-rt
This commit is contained in:
parent
0b0d21d2e4
commit
f607096fca
|
@ -18,7 +18,7 @@ members = [
|
|||
[patch.crates-io]
|
||||
actix-codec = { path = "actix-codec" }
|
||||
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-server = { path = "actix-server" }
|
||||
actix-service = { path = "actix-service" }
|
||||
|
|
Loading…
Reference in New Issue