From 43032995689f5d8c38c62920f05d9d96464aa968 Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Tue, 23 Jan 2018 09:26:52 -0800 Subject: [PATCH] use actix release --- Cargo.toml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d7dce37c4..99a27ac30 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,8 +27,7 @@ default = ["web"] web = ["actix-web", "cookie", "http", "rand", "serde", "serde_json"] [dependencies] -#actix = "^0.4.4" -actix = { git = 'https://github.com/actix/actix.git' } +actix = "^0.4.5" log = "0.4" backoff = "0.1" @@ -49,6 +48,3 @@ serde_json = { version="1.0", optional=true } [dev-dependencies] env_logger = "0.5" - -[patch.crates-io] -"actix" = { git = 'https://github.com/actix/actix.git' }