chore(cargo): Use stable release of actix-web
The git version previously tracked by Converse has been released.
This commit is contained in:
parent
918c2726b4
commit
b862e3dc79
2 changed files with 20 additions and 20 deletions
|
|
@ -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"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue