From db1401cccd1b941294936b13a0380e7197c3dbfa Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Wed, 16 Mar 2022 20:59:09 +0100 Subject: [PATCH] Update to upstream clap-sys Now that the PR for CLAP 0.23 has been merged. --- Cargo.lock | 6 +++--- Cargo.toml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c2ec8e09..f0667fd3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -450,7 +450,7 @@ dependencies = [ [[package]] name = "clap-sys" version = "0.23.0" -source = "git+https://github.com/robbert-vdh/clap-sys?branch=update/clap-0.20#d15507000cb0ddd64606362fe1aec0e638e54748" +source = "git+https://github.com/glowcoil/clap-sys#adab81c98f5212b672b052a2fc76148c7efc6e74" [[package]] name = "clipboard-win" @@ -2947,9 +2947,9 @@ dependencies = [ [[package]] name = "syn" -version = "1.0.88" +version = "1.0.89" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ebd69e719f31e88618baa1eaa6ee2de5c9a1c004f1e9ecdb58e8352a13f20a01" +checksum = "ea297be220d52398dcc07ce15a209fce436d361735ac1db700cab3b6cdfb9f54" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 551a67ea..4a5dad7e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,8 +44,8 @@ nih_plug_derive = { path = "nih_plug_derive" } atomic_float = "0.1" atomic_refcell = "0.1" cfg-if = "1.0" -# For CLAP 0.21 -clap-sys = { git = "https://github.com/robbert-vdh/clap-sys", branch = "update/clap-0.20" } +# For CLAP 0.23 +clap-sys = { git = "https://github.com/glowcoil/clap-sys" } crossbeam = "0.8" lazy_static = "1.4" parking_lot = "0.12"