Skip to content

Commit

Permalink
Bump cargo to 0.72
Browse files Browse the repository at this point in the history
And undo all the pinning.
  • Loading branch information
lu-zero committed Jul 13, 2023
1 parent dde8869 commit a69acb3
Showing 1 changed file with 2 additions and 18 deletions.
20 changes: 2 additions & 18 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.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.10"
# pin the version since 0.36.1 breaks semver
crates-io = "=0.36.0"

[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 a69acb3

Please sign in to comment.