소스 검색

acpi: specify exact minimum dependency versions

This is apparently better practice.
Isaac Woods 1 년 전
부모
커밋
d5b338153a
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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]