back to development

This commit is contained in:
Nikolay Kim 2019-03-28 14:10:03 -07:00
parent 9c198a0d29
commit a2c9ff3a33
6 changed files with 18 additions and 18 deletions

View file

@ -16,6 +16,6 @@ quote = "0.6"
syn = { version = "0.15", features = ["full", "parsing"] }
[dev-dependencies]
actix-web = { path = ".." }
actix-web = { version = "1.0.0-alpha.1" }
actix-http = { version = "0.1.0-alpha.1", features=["ssl"] }
actix-http-test = { version = "0.1.0-alpha.1", features=["ssl"] }