diff --git a/Cargo.lock b/Cargo.lock index e324a365..ece549f4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1881,9 +1881,9 @@ checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5" [[package]] name = "wmi" -version = "0.18.0" +version = "0.17.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d71d1d435f7745ba9ed55c43049d47b5fbd1104449beaa2afbc80a1e10a4a018" +checksum = "120d8c2b6a7c96c27bf4a7947fd7f02d73ca7f5958b8bd72a696e46cb5521ee6" dependencies = [ "chrono", "futures", diff --git a/flake.nix b/flake.nix index 2637398b..a7ad6a92 100644 --- a/flake.nix +++ b/flake.nix @@ -336,6 +336,7 @@ devShells.cross-windows = pkgs.mkShell { packages = [ rustToolchainWindows + mingw ]; # Ensure build scripts (e.g. libgit2-sys) use the native host compiler diff --git a/framework_lib/Cargo.toml b/framework_lib/Cargo.toml index 5e7d7cf5..8c1e3220 100644 --- a/framework_lib/Cargo.toml +++ b/framework_lib/Cargo.toml @@ -43,7 +43,7 @@ uefi-raw = "0.13" plain = "0.2.3" [target.'cfg(windows)'.dependencies] -wmi = "0.18" +wmi = "~0.17.3" env_logger = "0.11" clap = { version = "4.5", features = ["derive", "cargo"] } clap-num = { version = "1.2.0" }