Skip to content

Commit f3bc83d

Browse files
committed
Bump cargo-0.89, object-0.37.1, cbindgen-0.29
1 parent 96a0b56 commit f3bc83d

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo-c"
3-
version = "0.10.13+cargo-0.88.0"
3+
version = "0.10.14+cargo-0.89.0"
44
authors = ["Luca Barbato <[email protected]>"]
55
description = "Helper program to build and install c-like libraries"
66
license = "MIT"
@@ -9,7 +9,7 @@ readme = "README.md"
99
repository = "https://github.com/lu-zero/cargo-c"
1010
categories = ["command-line-utilities", "development-tools::cargo-plugins"]
1111
keywords = ["cargo", "cdylib"]
12-
rust-version = "1.85"
12+
rust-version = "1.86"
1313

1414
[[bin]]
1515
name = "cargo-capi"
@@ -28,13 +28,13 @@ name = "cargo-ctest"
2828
path = "src/bin/ctest.rs"
2929

3030
[dependencies]
31-
cargo = "0.88.0"
31+
cargo = "0.89.0"
3232
cargo-util = "0.2"
3333
semver = "1.0.3"
3434
log = "0.4"
3535
clap = { version = "4.5.18", features = ["color", "derive", "cargo", "string", "wrap_help"] }
3636
regex = "1.5.6"
37-
cbindgen = { version="0.28.0", default-features=false }
37+
cbindgen = { version="0.29.0", default-features=false }
3838
toml = "0.8"
3939
serde = "1.0.123"
4040
serde_derive = "1.0"
@@ -44,7 +44,7 @@ cc = "1.0"
4444
glob = "0.3"
4545
itertools = "0.14"
4646
implib = "0.3.5"
47-
object = { version = "0.36.4", default-features = false, features = ["std", "read_core", "pe"] }
47+
object = { version = "0.37.1", default-features = false, features = ["std", "read_core", "pe"] }
4848

4949
[features]
5050
default = []

0 commit comments

Comments
 (0)