mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
Bump MSRV to 1.85.0 and upgrade all dependencies using 'cargo upgrade' from cargo-edit. The bump to 1.85.0 is requiered to get at least openssl version 0.10.79 including fixes for a couple security issues. Link: https://crates.io/crates/cargo-edit Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
31 lines
520 B
TOML
31 lines
520 B
TOML
[workspace]
|
|
members = [
|
|
"cpacfinfo",
|
|
"pv",
|
|
"pv_core",
|
|
"pvapconfig",
|
|
"pvattest",
|
|
"pvebc",
|
|
"pvimg",
|
|
"pvinfo",
|
|
"pvsecret",
|
|
"pvverify",
|
|
"utils",
|
|
]
|
|
resolver = "2"
|
|
|
|
[workspace.package]
|
|
edition = "2021"
|
|
license = "MIT"
|
|
rust-version = "1.85.0"
|
|
|
|
[workspace.lints.rust]
|
|
missing_docs = { level = "deny", priority = 1 }
|
|
missing_debug_implementations = "warn"
|
|
nonstandard-style = "warn"
|
|
trivial_numeric_casts = "warn"
|
|
unstable_features = "warn"
|
|
unused = "warn"
|
|
unused_import_braces = "warn"
|
|
unused_qualifications = "warn"
|