1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-26 17:27:42 +02:00

update tokio verion and prep alpha3 release

This commit is contained in:
Nikolay Kim
2019-12-07 09:57:43 +06:00
parent 5674840c01
commit cbdbc05dbd
17 changed files with 30 additions and 30 deletions

View File

@ -12,6 +12,7 @@ members = [
"actix-tls",
"actix-utils",
"router",
"string",
]
[patch.crates-io]
@ -27,3 +28,4 @@ actix-threadpool = { path = "actix-threadpool" }
actix-tls = { path = "actix-tls" }
actix-utils = { path = "actix-utils" }
actix-router = { path = "router" }
bytestring = { path = "string" }