From 96399c551e0d5433d57e394330a2f0f3f98d777a Mon Sep 17 00:00:00 2001 From: mike Date: Thu, 20 Nov 2025 02:56:23 +0000 Subject: [PATCH] wip packaging for cargo2nix --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b75adc3..2ab02d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -63,10 +63,10 @@ harness = false name = "string" harness = false -[profile.bench] -codegen-units = 1 -debug = 1 -lto = true +# [profile.bench] +# codegen-units = 1 +# debug = 1 +# lto = true [package.metadata.docs.rs] all-features = true