Skip to content

Commit a018ec2

Browse files
committed
Bump cbindgen
1 parent 8f7a5dd commit a018ec2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo-c"
3-
version = "0.9.24+cargo-0.73.0"
3+
version = "0.9.25+cargo-0.73.0"
44
authors = ["Luca Barbato <lu_zero@gentoo.org>"]
55
description = "Helper program to build and install c-like libraries"
66
license = "MIT"
@@ -34,7 +34,7 @@ semver = "1.0.3"
3434
log = "0.4"
3535
clap = { version="4.0.29", features=["color", "derive", "cargo"] }
3636
regex = "1.5.6"
37-
cbindgen = { version="0.25.0", default-features=false }
37+
cbindgen = { version="0.26.0", default-features=false }
3838
toml = "0.7"
3939
serde = "1.0.123"
4040
serde_derive = "1.0"

0 commit comments

Comments
 (0)