From ae9b6d5d3ce8c4e6d54bee0c7861020c7ee10d38 Mon Sep 17 00:00:00 2001 From: Alexandre Bury Date: Tue, 6 Dec 2022 09:48:20 -0500 Subject: [PATCH] Bump zstd to 0.12.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ae57f53a..e1414644 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ categories = ["compression", "api-bindings"] license = "MIT" name = "zstd" repository = "https://github.com/gyscos/zstd-rs" -version = "0.12.0+zstd.1.5.2" +version = "0.12.1+zstd.1.5.2" exclude = ["assets/*.zst"] readme = "Readme.md" edition = "2018"