Remove clap dependency of cbindgen

we don't use it, and clap used by cbindgen is an old version resulting
in duplicate clap versions being built
This commit is contained in:
Olivier Goffart 2023-08-25 10:51:01 +02:00
parent bd3219f4e6
commit 5052aa8561
3 changed files with 4 additions and 3 deletions

View file

@ -58,6 +58,6 @@ esp-backtrace = { version = "0.7.0", features = ["panic-handler", "print-uart"],
[build-dependencies]
anyhow = "1.0"
cbindgen = "0.24"
cbindgen = { workspace = true }
proc-macro2 = "1.0.11"
i-slint-common = { version = "=1.2.0", path="../../internal/common" }