From 48bc64ebb167a35db3734017c1955344b7f11924 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Wed, 9 Mar 2022 00:27:44 +0100 Subject: [PATCH] Update for CLAP 0.21 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ea1da958..0c04cab4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -169,7 +169,7 @@ dependencies = [ [[package]] name = "clap-sys" version = "0.1.0" -source = "git+https://github.com/robbert-vdh/clap-sys?branch=update/clap-0.20#5f6147e0b5d0d68656bb250ed4d25348e85522c0" +source = "git+https://github.com/robbert-vdh/clap-sys?branch=update/clap-0.20#0c68b124fc9aa723b5c3aa61f132ddcc0d9f06ab" [[package]] name = "clipboard-win" diff --git a/Cargo.toml b/Cargo.toml index 761b5118..f844fac8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ nih_plug_derive = { path = "nih_plug_derive" } atomic_float = "0.1" atomic_refcell = "0.1" cfg-if = "1.0" -# For CLAP 0.20 +# For CLAP 0.21 clap-sys = { git = "https://github.com/robbert-vdh/clap-sys", branch = "update/clap-0.20" } crossbeam = "0.8" lazy_static = "1.4"