From 6987f77649aacc7a6cc2b9cff0d1f22c260f9643 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Mon, 18 Mar 2024 10:29:34 -0500 Subject: [PATCH] chore(ci): Run with default opt-level --- Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c0ec6484..3487dcd4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,6 +22,3 @@ include = [ [profile.release] debug = 1 - -[profile.dev] -opt-level = 1