From 743d456e0f0bc6bf354594cfd404870f534b6e8b Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Thu, 18 Aug 2022 19:46:51 +0200 Subject: [PATCH] Don't build the gain example with zstd enabled --- plugins/examples/gain/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/examples/gain/Cargo.toml b/plugins/examples/gain/Cargo.toml index 568df3bb..7317a843 100644 --- a/plugins/examples/gain/Cargo.toml +++ b/plugins/examples/gain/Cargo.toml @@ -9,6 +9,6 @@ license = "ISC" crate-type = ["cdylib"] [dependencies] -nih_plug = { path = "../../../", features = ["assert_process_allocs", "zstd"] } +nih_plug = { path = "../../../", features = ["assert_process_allocs"] } parking_lot = "0.12"