Skip to content

Commit

Permalink
update cc crate to 1.0.86
Browse files Browse the repository at this point in the history
1.0.86 includes rust-lang/cc-rs#918
and the macOS deployment target issue has been fixed.
  • Loading branch information
Be-ing committed Feb 21, 2024
1 parent 04d4e79 commit d3539a0
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ cxx-qt-lib = { path = "crates/cxx-qt-lib" }
cxx-qt-lib-headers = { path = "crates/cxx-qt-lib-headers", version = "0.6.0" }
qt-build-utils = { path = "crates/qt-build-utils", version = "0.6.0" }

cc = { version = "1.0.79", features = ["parallel"] }
cc = { version = "1.0.86", features = ["parallel"] }
# Ensure that the example comments are kept in sync
# ./examples/cargo_without_cmake/Cargo.toml
# ./examples/qml_minimal/rust/Cargo.toml
Expand All @@ -56,8 +56,3 @@ syn = { version = "2.0", features = ["extra-traits", "full"] }
quote = "1.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"

# Use a patched version of cc-rs that respects the rustc wrapper
# This should greatly speed up CI builds!
[patch.crates-io]
cc = { git = "https://github.com/LeonMatthesKDAB/cc-rs.git", branch="respect-rustc-wrapper" }

0 comments on commit d3539a0

Please sign in to comment.