Преглед изворни кода

Publish version 1.1.0 of acpi

I'm going to start work on version 2.0.0 soon as we'll be breaking backwards
compatibility unfortunately, so we'll publish the final version for people
who want to stay on 1.x.x for a bit.
Isaac Woods пре 4 година
родитељ
комит
1a414f39fe
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      acpi/Cargo.toml

+ 1 - 1
acpi/Cargo.toml

@@ -1,6 +1,6 @@
 [package]
 name = "acpi"
-version = "1.0.0"
+version = "1.1.0"
 authors = ["Isaac Woods"]
 repository = "https://github.com/rust-osdev/acpi"
 description = "Library for parsing ACPI tables"