From cb34d9d42c8d2795bfac4955ff83b04a060a797d Mon Sep 17 00:00:00 2001 From: hustlerone Date: Tue, 18 Aug 2026 00:37:51 +0200 Subject: [PATCH] Fix acpi_dumper manifest --- tools/acpi_dumper/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/acpi_dumper/Cargo.toml b/tools/acpi_dumper/Cargo.toml index dd4ce277..c8962204 100644 --- a/tools/acpi_dumper/Cargo.toml +++ b/tools/acpi_dumper/Cargo.toml @@ -6,7 +6,7 @@ authors = ["Isaac Woods", "Matt Taylor"] repository = "https://github.com/rust-osdev/acpi" description = "ACPI table dumper" categories = ["hardware-support"] -readme = "../README.md" +readme = "../../README.md" license = "MIT/Apache-2.0" edition = "2018"