2
0
Isaac Woods 4 жил өмнө
parent
commit
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"