Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
lu-zero committed Oct 10, 2023
1 parent a018ec2 commit 712a0c4
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-c"
version = "0.9.25+cargo-0.73.0"
version = "0.9.26+cargo-0.74.0"
authors = ["Luca Barbato <lu_zero@gentoo.org>"]
description = "Helper program to build and install c-like libraries"
license = "MIT"
Expand All @@ -9,7 +9,7 @@ readme = "README.md"
repository = "https://github.com/lu-zero/cargo-c"
categories = ["command-line-utilities", "development-tools::cargo-plugins"]
keywords = ["cargo", "cdylib"]
rust-version = "1.69"
rust-version = "1.70"

[[bin]]
name = "cargo-capi"
Expand All @@ -28,7 +28,7 @@ name = "cargo-ctest"
path = "src/bin/ctest.rs"

[dependencies]
cargo = "0.73.0"
cargo = "0.74.0"
cargo-util = "0.2"
semver = "1.0.3"
log = "0.4"
Expand All @@ -43,8 +43,6 @@ anyhow = "1.0"
cc = "1.0"
glob = "0.3"
itertools = "0.11"
# pin a cargo dependency that sadly broke semver
strip-ansi-escapes = "=0.1.1"

# workaround cargo
[target.'cfg(windows)'.dependencies.windows-sys]
Expand Down

0 comments on commit 712a0c4

Please sign in to comment.