From ef2141af76cfe5b47ac52fb3d79fde2b8540532b Mon Sep 17 00:00:00 2001 From: Ibraheem Ahmed Date: Wed, 2 Oct 2024 22:16:28 -0400 Subject: [PATCH] include benchmarks when publishing --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7f43a93..6acae1e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,6 @@ categories = ["concurrency", "data-structures"] exclude = [ ".gitignore", ".github/**", - "benches/**", "report.svg", ]