diff --git a/Cargo.toml b/Cargo.toml index d63e1e8f9..904742390 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ qt-build-utils = { path = "crates/qt-build-utils", version = "0.6.0" } cxx-qt-lib-extras-headers = { path = "crates/cxx-qt-lib-extras-headers", version = "0.6.0" } cxx-qt-lib-extras = { path = "crates/cxx-qt-lib-extras", version = "0.6.0" } -cc = { version = "1.0.86", features = ["parallel"] } +cc = { version = "1.0.89", features = ["parallel"] } # Ensure that the example comments are kept in sync # ./examples/cargo_without_cmake/Cargo.toml # ./examples/qml_minimal/rust/Cargo.toml