Skip to content

Commit

Permalink
Increase cc dependancy. We need 1.0.89 (cc_builder.get_files())
Browse files Browse the repository at this point in the history
  • Loading branch information
Montel authored and ahayzen-kdab committed Apr 18, 2024
1 parent dc0184b commit 8b809e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8b809e8

Please sign in to comment.