We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7b875d commit 29127a1Copy full SHA for 29127a1
examples/meta_project/rust/main/Cargo.toml
@@ -8,6 +8,10 @@ version = "0.1.0"
8
authors = ["Andrew Hayzen <[email protected]>"]
9
edition = "2021"
10
license = "MIT OR Apache-2.0"
11
+# Linking CXX-Qt crates as rlibs requires a compiler feature
12
+# that was stabilized in Rust 1.74,
13
+# combining +whole-archive and +bundle link modifiers: https://github.com/rust-lang/rust/pull/113301
14
+rust-version = "1.74"
15
16
[lib]
17
crate-type = ["staticlib"]
0 commit comments