From f949c6427f1d44b609d790a66ec86dfd5c377fde Mon Sep 17 00:00:00 2001 From: Patrick Marks Date: Fri, 13 Sep 2024 10:47:58 +0200 Subject: [PATCH] bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 71b90e696..63a2572d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "lz4" license = "MIT" -version = "1.26.0" +version = "1.27.0" readme = "README.md" authors = [ "Jens Heyens ", "Artem V. Navrotskiy ", "Patrick Marks "] description = "Rust LZ4 bindings library."