Skip to content

Commit

Permalink
Bump cargo and itertool versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lu-zero committed Jul 18, 2023
1 parent a783385 commit 55db5e3
Showing 1 changed file with 3 additions and 19 deletions.
22 changes: 3 additions & 19 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-c"
version = "0.9.21+cargo-0.71"
version = "0.9.22+cargo-0.72"
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.71.0"
cargo = "0.72.1"
cargo-util = "0.2"
semver = "1.0.3"
log = "0.4"
Expand All @@ -42,9 +42,7 @@ serde_json = "1.0.62"
anyhow = "1.0"
cc = "1.0"
glob = "0.3"
itertools = "0.10"
# pin the version since 0.36.1 breaks semver
crates-io = "=0.36.0"
itertools = "0.11"

[features]
default = []
Expand All @@ -53,17 +51,3 @@ vendored-openssl = ["cargo/vendored-openssl"]
[profile.release-strip]
inherits = "release"
strip = "symbols"

# workaround cargo
[target.'cfg(windows)'.dependencies.windows-sys]
version = "0.45"
features = [
"Win32_Foundation",
"Win32_Storage_FileSystem",
"Win32_System_IO",
"Win32_System_Console",
"Win32_System_Threading",
"Win32_System_JobObjects",
"Win32_Security",
"Win32_System_SystemServices"
]

0 comments on commit 55db5e3

Please sign in to comment.