Skip to content

Commit

Permalink
Bump cbindgen
Browse files Browse the repository at this point in the history
  • Loading branch information
lu-zero committed Sep 14, 2023
1 parent 0819def commit 408ebc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-c"
version = "0.9.24+cargo-0.73.0"
version = "0.9.25+cargo-0.73.0"
authors = ["Luca Barbato <lu_zero@gentoo.org>"]
description = "Helper program to build and install c-like libraries"
license = "MIT"
Expand Down Expand Up @@ -34,7 +34,7 @@ semver = "1.0.3"
log = "0.4"
clap = { version="4.0.29", features=["color", "derive", "cargo"] }
regex = "1.5.6"
cbindgen = { version="0.25.0", default-features=false }
cbindgen = { version="0.26.0", default-features=false }
toml = "0.7"
serde = "1.0.123"
serde_derive = "1.0"
Expand Down

0 comments on commit 408ebc2

Please sign in to comment.