From 1c49557922fd2d4ee2f39b3cb829e387dfaae736 Mon Sep 17 00:00:00 2001 From: Alexandre Bury Date: Wed, 11 Jan 2023 11:05:28 -0500 Subject: [PATCH] Bump zstd to 0.12.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2bc9b7e8..371df7a5 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.1+zstd.1.5.2" +version = "0.12.2+zstd.1.5.2" exclude = ["assets/*.zst"] readme = "Readme.md" edition = "2018"