1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-25 14:49:20 +02:00

update actix-rt

This commit is contained in:
Nikolay Kim
2019-03-06 10:30:17 -08:00
parent 889d67a356
commit ad08e856d7
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ ssl = ["openssl", "actix-http/ssl", "actix-server/ssl"]
[dependencies]
actix-codec = "0.1"
actix-rt = "0.1.0"
actix-rt = "0.2.0"
actix-http = { path=".." }
#actix-service = "0.3.2"
actix-service = { git="https://github.com/actix/actix-net.git" }