Ver Fonte

Publish rsdp v1.0.0

Isaac Woods há 4 anos atrás
pai
commit
85152b3771
2 ficheiros alterados com 2 adições e 2 exclusões
  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"