We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f7a5dd commit a018ec2Copy full SHA for a018ec2
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "cargo-c"
3
-version = "0.9.24+cargo-0.73.0"
+version = "0.9.25+cargo-0.73.0"
4
authors = ["Luca Barbato <lu_zero@gentoo.org>"]
5
description = "Helper program to build and install c-like libraries"
6
license = "MIT"
@@ -34,7 +34,7 @@ semver = "1.0.3"
34
log = "0.4"
35
clap = { version="4.0.29", features=["color", "derive", "cargo"] }
36
regex = "1.5.6"
37
-cbindgen = { version="0.25.0", default-features=false }
+cbindgen = { version="0.26.0", default-features=false }
38
toml = "0.7"
39
serde = "1.0.123"
40
serde_derive = "1.0"
0 commit comments