Skip to content

Commit

Permalink
bump to v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
picoHz committed Mar 16, 2024
1 parent 47c7af0 commit 8110637
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 = "lzzzz"
version = "1.0.4"
version = "1.0.5"
authors = ["picoHz <[email protected]>"]
edition = "2021"
description = "Full-featured liblz4 binding for Rust."
Expand All @@ -11,7 +11,7 @@ homepage = "https://github.com/picoHz/lzzzz"
documentation = "https://docs.rs/lzzzz"
license = "MIT"
readme = "README.md"
include = ["src/**/*", "build.rs", "vendor/liblz4/*", "Cargo.toml","LICENSE"]
include = ["src/**/*", "build.rs", "vendor/liblz4/*", "Cargo.toml", "LICENSE"]

[package.metadata.docs.rs]
all-features = true
Expand Down

0 comments on commit 8110637

Please sign in to comment.