瀏覽代碼

Publish rsdp v1.0.0

Isaac Woods 4 年之前
父節點
當前提交
85152b3771
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      Cargo.toml
  2. 1 1
      rsdp/Cargo.toml

+ 1 - 1
Cargo.toml

@@ -1,2 +1,2 @@
 [workspace]
-members = ["rsdp_search", "acpi", "aml", "acpi-dumper", "aml_tester"]
+members = ["rsdp", "acpi", "aml", "acpi-dumper", "aml_tester"]

+ 1 - 1
rsdp/Cargo.toml

@@ -1,6 +1,6 @@
 [package]
 name = "rsdp"
-version = "0.1.0"
+version = "1.0.0"
 authors = ["Isaac Woods", "Restioson"]
 repository = "https://github.com/rust-osdev/acpi"
 description = "Zero-allocation library for locating and parsing the RSDP, the first ACPI table"