Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
pmarks committed Sep 26, 2024
1 parent 78faf0c commit 5f52707
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "lz4"
license = "MIT"
version = "1.27.0"
version = "1.28.0"
readme = "README.md"
authors = [ "Jens Heyens <jens.heyens@ewetel.net>", "Artem V. Navrotskiy <bozaro@buzzsoft.ru>", "Patrick Marks <pmarks@gmail.com>"]
description = "Rust LZ4 bindings library."
Expand All @@ -19,4 +19,3 @@ lz4-sys = { path = "lz4-sys", version = "1.11.1+lz4-1.10.0" }

[dev-dependencies]
rand = ">=0.7, <=0.8"
base64 = "*"

0 comments on commit 5f52707

Please sign in to comment.