From 2c663f72d659a0cae12506062aeafb5778e1955a Mon Sep 17 00:00:00 2001 From: Durran Jordan Date: Mon, 22 May 2023 23:20:33 +0200 Subject: [PATCH] fix: update to latest zstd-sys --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 0051fcb..c041c0a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,6 +14,7 @@ napi = { version = "2.4.3", default-features = false, features = [ ] } napi-derive = "2.4.1" zstd = "0.11" +zstd-sys = "2.0.8" [build-dependencies] napi-build = "2.0.0"