Skip to content

Commit

Permalink
Bump cargo version
Browse files Browse the repository at this point in the history
  • Loading branch information
lu-zero committed Oct 17, 2024
1 parent 96d7880 commit 9c9fedf
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.10.4+cargo-0.82.0"
version = "0.10.5+cargo-0.83.0"
authors = ["Luca Barbato <lu_zero@gentoo.org>"]
description = "Helper program to build and install c-like libraries"
license = "MIT"
Expand Down Expand Up @@ -28,7 +28,7 @@ name = "cargo-ctest"
path = "src/bin/ctest.rs"

[dependencies]
cargo = "0.82.0"
cargo = "0.83.0"
cargo-util = "0.2"
semver = "1.0.3"
log = "0.4"
Expand Down

0 comments on commit 9c9fedf

Please sign in to comment.