build: fix cbindgen version

This commit is contained in:
chyyran 2024-02-03 01:54:08 -05:00 committed by Ronny Chan
parent 617bfdd93e
commit 92e8a05f8a

View file

@ -6,7 +6,7 @@ publish = false
[dependencies]
cbindgen = { git = "https://github.com/eqrion/cbindgen" }
cbindgen = "0.26.0"
clap = { version = "4.1.0", features = ["derive"] }