Skip to content

Commit

Permalink
Bug fix: still need to include benchmarks for publishing to succeed
Browse files Browse the repository at this point in the history
  • Loading branch information
Pr0methean committed Apr 10, 2024
1 parent 9d3f307 commit 29a5fd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zip_next"
version = "1.0.0"
version = "1.0.1"
authors = ["Mathijs van de Nes <[email protected]>", "Marli Frost <[email protected]>", "Ryan Levick <[email protected]>",
"Chris Hennick <[email protected]>"]
license = "MIT"
Expand All @@ -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 }
Expand Down

0 comments on commit 29a5fd9

Please sign in to comment.