Skip to content

Commit

Permalink
meta_project: specify and document Rust 1.74 MSRV
Browse files Browse the repository at this point in the history
This isn't required for the libraries published to crates.io,
so this isn't specified in the workspace Cargo.toml.
  • Loading branch information
Be-ing authored and ahayzen-kdab committed Nov 29, 2023
1 parent a5de9d7 commit 2420d45
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/meta_project/rust/main/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ version = "0.1.0"
authors = ["Andrew Hayzen <[email protected]>"]
edition = "2021"
license = "MIT OR Apache-2.0"
# Linking CXX-Qt crates as rlibs requires a compiler feature
# that was stabilized in Rust 1.74,
# combining +whole-archive and +bundle link modifiers: https://github.com/rust-lang/rust/pull/113301
rust-version = "1.74"

[lib]
crate-type = ["staticlib"]
Expand Down

0 comments on commit 2420d45

Please sign in to comment.