1
0
Fork 0

Update to upstream clap-sys

Now that the PR for CLAP 0.23 has been merged.
This commit is contained in:
Robbert van der Helm 2022-03-16 20:59:09 +01:00
parent 6e31e18b88
commit db1401cccd
2 changed files with 5 additions and 5 deletions

6
Cargo.lock generated
View file

@ -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",

View file

@ -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"