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 Jun 17, 2024
1 parent ea18de2 commit 62e72d4
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.32+cargo-0.79.0"
version = "0.10.0+cargo-0.80.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.79.0"
cargo = "0.80.0"
cargo-util = "0.2"
semver = "1.0.3"
log = "0.4"
Expand Down

0 comments on commit 62e72d4

Please sign in to comment.