From ca4cc0a9418b3b13691da6b5356e81a390e8de55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=B0=D0=BC=D1=98=D0=B0=D0=BD=20=D0=93=D0=B5=D0=BE?= =?UTF-8?q?=D1=80=D0=B3=D0=B8=D0=B5=D0=B2=D1=81=D0=BA=D0=B8?= Date: Fri, 13 Jul 2018 11:09:59 +0200 Subject: [PATCH] actix 0.7 has been released, no need to patch the dependency --- Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 31b2e66..0792a6e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,9 +14,6 @@ tar = "0.4" percent-encoding = "1.0" htmlescape = "0.3" -[patch.crates-io] -actix = { git = "https://github.com/actix/actix.git" } - [profile.release] #opt-level = 's' lto = true