Skip to content

Commit 6ef123e

Browse files
committed
lock wmi at a compatible version
until we next update it Signed-off-by: Daniel Schaefer <dhs@frame.work>
1 parent 934bfb3 commit 6ef123e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

framework_lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ uefi-raw = "0.13"
4343
plain = "0.2.3"
4444

4545
[target.'cfg(windows)'.dependencies]
46-
wmi = "0.18"
46+
wmi = "~0.17.3"
4747
env_logger = "0.11"
4848
clap = { version = "4.5", features = ["derive", "cargo"] }
4949
clap-num = { version = "1.2.0" }

0 commit comments

Comments
 (0)