From 66ad75df304b83a04f4695d9f5b24afca32921e7 Mon Sep 17 00:00:00 2001 From: Alexandre Bury Date: Fri, 5 Jul 2024 18:17:32 -0400 Subject: [PATCH] Bump zstd to 0.13.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 70d99e7b..cd461049 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.13.1" +version = "0.13.2" exclude = ["assets/*.zst", "/.github"] readme = "Readme.md" edition = "2018"