Skip to content

Commit 0d90bc5

Browse files
committed
Bump cargo and itertools
1 parent 3d2231c commit 0d90bc5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo-c"
3-
version = "0.10.7+cargo-0.84.0"
3+
version = "0.10.8+cargo-0.85.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.81"
12+
rust-version = "1.82"
1313

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

3030
[dependencies]
31-
cargo = "0.84.0"
31+
cargo = "0.85.0"
3232
cargo-util = "0.2"
3333
semver = "1.0.3"
3434
log = "0.4"
@@ -42,7 +42,7 @@ serde_json = "1.0.62"
4242
anyhow = "1.0"
4343
cc = "1.0"
4444
glob = "0.3"
45-
itertools = "0.13"
45+
itertools = "0.14"
4646
implib = "0.3.3"
4747
object = { version = "0.36.4", default-features = false, features = ["std", "read_core", "pe"] }
4848

0 commit comments

Comments
 (0)