Skip to content

Commit

Permalink
Update to cargo 0.71
Browse files Browse the repository at this point in the history
  • Loading branch information
lu-zero committed Jun 3, 2023
1 parent 8421f2d commit ddf235c
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.19+cargo-0.70"
version = "0.9.20+cargo-0.71"
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.70.0"
cargo = "0.71.0"
cargo-util = "0.2"
semver = "1.0.3"
log = "0.4"
Expand Down

0 comments on commit ddf235c

Please sign in to comment.