diff options
author | Vincent Ambo <tazjin@gmail.com> | 2018-04-11T19·21+0200 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2018-04-11T19·21+0200 |
commit | b862e3dc7913f103c9ad6c7a45f180013402b9b7 (patch) | |
tree | 3eef8c17b51d169403a7e4ba9215c0de107c6a30 /Cargo.toml | |
parent | 918c2726b409b6820f66d9138cda5cf1c2307dd4 (diff) |
chore(cargo): Use stable release of actix-web
The git version previously tracked by Converse has been released.
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index 45c3215c3e7f..cd002057f335 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] } |