Browse Source

acpi: specify exact minimum dependency versions

This is apparently better practice.
Isaac Woods 1 year ago
parent
commit
d5b338153a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      acpi/Cargo.toml

+ 2 - 2
acpi/Cargo.toml

@@ -10,8 +10,8 @@ license = "MIT/Apache-2.0"
 edition = "2018"
 
 [dependencies]
-bit_field = "0.10"
-log = "0.4"
+bit_field = "0.10.2"
+log = "0.4.20"
 rsdp = { version = "2", path = "../rsdp" }
 
 [features]