From ad0f6fdac6c70d2687cd0f52ba8a69edee52815a Mon Sep 17 00:00:00 2001 From: banditopazzo Date: Tue, 5 Aug 2025 16:20:24 +0200 Subject: [PATCH] fix(readme): rust version support header --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d5f1b19..e8c30c7 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,8 @@ The `std` feature just implements the `Error` trait on error types used by dmidecode = { version = "0.9", default-features = false } ``` -## Rust Version Support The minimum supported Rust version is documented in +## Rust Version Support +The minimum supported Rust version is documented in the Cargo.toml file. This may be bumped in minor releases as necessary. ## License