From b44540f757de182cd1b13f2d2180957851c7a462 Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Thu, 16 Jan 2025 13:52:50 -0500 Subject: [PATCH] Remove unused features section from Cargo.toml --- Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 564f88f233..68f51364f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -71,9 +71,6 @@ version = "^0.11" default-features = false features = ["multi_thread"] -[features] -default = [] - [profile.release] lto = 'fat' codegen-units = 1