From 6a49c9ad6b1ea39ce9d5f2dc9f529db556e5c7ea Mon Sep 17 00:00:00 2001 From: Emil Ernerfeldt Date: Wed, 8 Oct 2025 10:44:17 +0200 Subject: [PATCH] Unwind minimum home version --- Cargo.lock | 10 +++++----- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d503a602..aba222cc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -888,7 +888,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "117725a109d387c937a1533ce01b450cbde6b88abceea8473c4d7a85853cda3c" dependencies = [ "lazy_static", - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] @@ -2157,11 +2157,11 @@ checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df" [[package]] name = "home" -version = "0.5.11" +version = "0.5.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf" +checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5" dependencies = [ - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] @@ -5180,7 +5180,7 @@ version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" dependencies = [ - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 7e5325bd..9a87fb1c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -94,7 +94,7 @@ env_logger = { version = "0.11.8", default-features = false } glow = "0.16.0" glutin = { version = "0.32.3", default-features = false } glutin-winit = { version = "0.5.0", default-features = false } -home = "0.5.11" +home = "0.5.9" # need to puse to an old version because newer version are incompatible with wasm (at least when building Rerun) image = { version = "0.25.6", default-features = false } js-sys = "0.3.81" kittest = { version = "0.2.0", git = "https://github.com/rerun-io/kittest.git" }