Skip to content

Commit

Permalink
Bump cargo and itertools
Browse files Browse the repository at this point in the history
  • Loading branch information
lu-zero committed Jan 11, 2025
1 parent 3d2231c commit 0d90bc5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-c"
version = "0.10.7+cargo-0.84.0"
version = "0.10.8+cargo-0.85.0"
authors = ["Luca Barbato <lu_zero@gentoo.org>"]
description = "Helper program to build and install c-like libraries"
license = "MIT"
Expand All @@ -9,7 +9,7 @@ readme = "README.md"
repository = "https://github.com/lu-zero/cargo-c"
categories = ["command-line-utilities", "development-tools::cargo-plugins"]
keywords = ["cargo", "cdylib"]
rust-version = "1.81"
rust-version = "1.82"

[[bin]]
name = "cargo-capi"
Expand All @@ -28,7 +28,7 @@ name = "cargo-ctest"
path = "src/bin/ctest.rs"

[dependencies]
cargo = "0.84.0"
cargo = "0.85.0"
cargo-util = "0.2"
semver = "1.0.3"
log = "0.4"
Expand All @@ -42,7 +42,7 @@ serde_json = "1.0.62"
anyhow = "1.0"
cc = "1.0"
glob = "0.3"
itertools = "0.13"
itertools = "0.14"
implib = "0.3.3"
object = { version = "0.36.4", default-features = false, features = ["std", "read_core", "pe"] }

Expand Down

0 comments on commit 0d90bc5

Please sign in to comment.