Parcourir la source

Publish rsdp v1.1.0 and acpi v2.2.0

These include the fixes to the RSDP searching algorithm on BIOS systems.
Isaac Woods il y a 4 ans
Parent
commit
4b6534bfd8
2 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 2 2
      acpi/Cargo.toml
  2. 1 1
      rsdp/Cargo.toml

+ 2 - 2
acpi/Cargo.toml

@@ -1,6 +1,6 @@
 [package]
 name = "acpi"
-version = "2.2.0-pre0"
+version = "2.2.0"
 authors = ["Isaac Woods"]
 repository = "https://github.com/rust-osdev/acpi"
 description = "Library for parsing ACPI tables"
@@ -12,4 +12,4 @@ edition = "2018"
 [dependencies]
 log = "0.4"
 bit_field = "0.10"
-rsdp = "=1.1.0-pre0"
+rsdp = "1"

+ 1 - 1
rsdp/Cargo.toml

@@ -1,6 +1,6 @@
 [package]
 name = "rsdp"
-version = "1.1.0-pre0"
+version = "1.1.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"