chore(cargo): Use stable release of actix-web

The git version previously tracked by Converse has been released.
This commit is contained in:
Vincent Ambo 2018-04-11 21:21:21 +02:00
parent 918c2726b4
commit b862e3dc79
2 changed files with 20 additions and 20 deletions

View file

@ -5,7 +5,7 @@ authors = ["Vincent Ambo <mail@tazj.in>"]
[dependencies]
actix = "0.5"
actix-web = { git="https://github.com/actix/actix-web.git" }
actix-web = "0.5"
env_logger = "0.5"
diesel = { version = "1.2", features = ["postgres", "chrono", "r2d2"]}
chrono = { version = "0.4", features = ["serde"] }