Skip to content

Commit d5b3381

Browse files
committed
acpi: specify exact minimum dependency versions
This is apparently better practice.
1 parent 932bae5 commit d5b3381

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

acpi/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ license = "MIT/Apache-2.0"
1010
edition = "2018"
1111

1212
[dependencies]
13-
bit_field = "0.10"
14-
log = "0.4"
13+
bit_field = "0.10.2"
14+
log = "0.4.20"
1515
rsdp = { version = "2", path = "../rsdp" }
1616

1717
[features]

0 commit comments

Comments
 (0)