From 29a5fd9aa129bc9454967f01765db32957ce085e Mon Sep 17 00:00:00 2001 From: Chris Hennick Date: Tue, 9 Apr 2024 18:42:58 -0700 Subject: [PATCH] Bug fix: still need to include benchmarks for publishing to succeed --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b51c3ffd1..472daf364 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zip_next" -version = "1.0.0" +version = "1.0.1" authors = ["Mathijs van de Nes ", "Marli Frost ", "Ryan Levick ", "Chris Hennick "] license = "MIT" @@ -11,7 +11,7 @@ rust-version = "1.67.0" Library to support the reading and writing of zip files. """ edition = "2021" -exclude = ["tests/**", "benches/**", "examples/**", ".github/**"] +exclude = ["tests/**", "examples/**", ".github/**"] [dependencies] aes = { version = "0.8.4", optional = true }