Skip to content

Commit 712a0c4

Browse files
committed
Prepare for release
1 parent a018ec2 commit 712a0c4

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

Cargo.toml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo-c"
3-
version = "0.9.25+cargo-0.73.0"
3+
version = "0.9.26+cargo-0.74.0"
44
authors = ["Luca Barbato <lu_zero@gentoo.org>"]
55
description = "Helper program to build and install c-like libraries"
66
license = "MIT"
@@ -9,7 +9,7 @@ readme = "README.md"
99
repository = "https://github.com/lu-zero/cargo-c"
1010
categories = ["command-line-utilities", "development-tools::cargo-plugins"]
1111
keywords = ["cargo", "cdylib"]
12-
rust-version = "1.69"
12+
rust-version = "1.70"
1313

1414
[[bin]]
1515
name = "cargo-capi"
@@ -28,7 +28,7 @@ name = "cargo-ctest"
2828
path = "src/bin/ctest.rs"
2929

3030
[dependencies]
31-
cargo = "0.73.0"
31+
cargo = "0.74.0"
3232
cargo-util = "0.2"
3333
semver = "1.0.3"
3434
log = "0.4"
@@ -43,8 +43,6 @@ anyhow = "1.0"
4343
cc = "1.0"
4444
glob = "0.3"
4545
itertools = "0.11"
46-
# pin a cargo dependency that sadly broke semver
47-
strip-ansi-escapes = "=0.1.1"
4846

4947
# workaround cargo
5048
[target.'cfg(windows)'.dependencies.windows-sys]

0 commit comments

Comments
 (0)