From 2f67d280fa0d90c505b7de54cae01509a33381b5 Mon Sep 17 00:00:00 2001 From: Antoine Gersant Date: Mon, 7 Dec 2020 21:15:33 -0800 Subject: [PATCH] Removed now standard build-override (https://github.com/rust-lang/cargo/pull/8500) --- Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c465a64..a3b445c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -63,6 +63,3 @@ percent-encoding = "2.1" cookie = "0.14.0" http = "0.2.1" headers = "0.3" - -[profile.release.build-override] -opt-level = 0