Skip to content

Commit f76a089

Browse files
committed
cargo: move cc to the workspace
1 parent 386a7aa commit f76a089

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ qt-build-utils = { path = "crates/qt-build-utils", version = "0.5.3" }
4343
# Ensure that the example comments are kept in sync
4444
# examples/cargo_without_cmake/Cargo.toml
4545
# examples/qml_minimal/rust/Cargo.toml
46+
cc = "1.0.74"
4647
cxx = "1.0.95"
4748
cxx-build = { version = "1.0.95", features = [ "parallel" ] }
4849
cxx-gen = "0.7.95"

crates/cxx-qt-build/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ description = "Helpers for integrating `cxx-qt` crate into a Cargo build"
1313
repository.workspace = true
1414

1515
[dependencies]
16-
cc = "1.0.74"
16+
cc.workspace = true
1717
convert_case.workspace = true
1818
cxx-gen.workspace = true
1919
cxx-qt-lib-headers.workspace = true

0 commit comments

Comments
 (0)