From faea9119e5c3bcd5b58af24a532b2ca79b8a4d29 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Mon, 18 Apr 2022 21:11:59 -0400 Subject: [PATCH] use ringbuffer branch of zstd-rs --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 957c2fe..d83339b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ exmex = { git = "https://github.com/bertiqwerty/exmex.git", branch = "main", fea ] } lazy_static = "1.4.0" tar = "0.4.38" -ruzstd = { git = "https://github.com/KillingSpark/zstd-rs.git" } +ruzstd = { git = "https://github.com/KillingSpark/zstd-rs.git", branch = "ringbuffer" } serde_json = "1.0.79" tracing = "0.1.34" itertools = "0.10.3"