mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
Define and set the minimal supported Rust version (MSRV) to 1.75.0. This is the (current) minimal supported version over all supported distros that use rust in s390-tools. Reviewed-by: Jan Höppner <hoeppner@linux.ibm.com> Reviewed-by: Marc Hartmayer <mhartmay@linux.ibm.com> Signed-off-by: Steffen Eiden <seiden@linux.ibm.com>
20 lines
233 B
TOML
20 lines
233 B
TOML
[workspace]
|
|
members = [
|
|
"cpacfinfo",
|
|
"pv",
|
|
"pv_core",
|
|
"pvapconfig",
|
|
"pvattest",
|
|
"pvsecret",
|
|
"utils",
|
|
]
|
|
resolver = "2"
|
|
|
|
[workspace.package]
|
|
edition = "2021"
|
|
license = "MIT"
|
|
rust-version = "1.75.0"
|
|
|
|
[profile.release]
|
|
lto = true
|