Janitor: upgrade cbindgen

This commit is contained in:
Olivier Goffart 2022-04-26 11:55:34 +02:00
parent da82ecf29e
commit 59cc65c774
2 changed files with 2 additions and 2 deletions

View file

@ -42,6 +42,6 @@ slint-interpreter = { version = "=0.2.2", path="../../internal/interpreter", def
[build-dependencies]
anyhow = "1.0"
cbindgen = "0.22"
cbindgen = "0.23"
proc-macro2 = "1.0.11"
i-slint-common = { version = "=0.2.2", path="../../internal/common" }