Skip to content

Commit c48f065

Browse files
committed
Bump cargo version
1 parent 4f1571f commit c48f065

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo-c"
3-
version = "0.10.9+cargo-0.85.0"
3+
version = "0.10.10+cargo-0.86.0"
44
authors = ["Luca Barbato <[email protected]>"]
55
description = "Helper program to build and install c-like libraries"
66
license = "MIT"
@@ -28,7 +28,7 @@ name = "cargo-ctest"
2828
path = "src/bin/ctest.rs"
2929

3030
[dependencies]
31-
cargo = "0.85.0"
31+
cargo = "0.86.0"
3232
cargo-util = "0.2"
3333
semver = "1.0.3"
3434
log = "0.4"

0 commit comments

Comments
 (0)