Skip to content

Commit d3539a0

Browse files
committed
update cc crate to 1.0.86
1.0.86 includes rust-lang/cc-rs#918 and the macOS deployment target issue has been fixed.
1 parent 04d4e79 commit d3539a0

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

Cargo.toml

+1-6
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ cxx-qt-lib = { path = "crates/cxx-qt-lib" }
4040
cxx-qt-lib-headers = { path = "crates/cxx-qt-lib-headers", version = "0.6.0" }
4141
qt-build-utils = { path = "crates/qt-build-utils", version = "0.6.0" }
4242

43-
cc = { version = "1.0.79", features = ["parallel"] }
43+
cc = { version = "1.0.86", features = ["parallel"] }
4444
# Ensure that the example comments are kept in sync
4545
# ./examples/cargo_without_cmake/Cargo.toml
4646
# ./examples/qml_minimal/rust/Cargo.toml
@@ -56,8 +56,3 @@ syn = { version = "2.0", features = ["extra-traits", "full"] }
5656
quote = "1.0"
5757
serde = { version = "1.0", features = ["derive"] }
5858
serde_json = "1.0"
59-
60-
# Use a patched version of cc-rs that respects the rustc wrapper
61-
# This should greatly speed up CI builds!
62-
[patch.crates-io]
63-
cc = { git = "https://github.com/LeonMatthesKDAB/cc-rs.git", branch="respect-rustc-wrapper" }

0 commit comments

Comments
 (0)