From 9616accc21b2baff2a0636e7f4cd3831b3f110a9 Mon Sep 17 00:00:00 2001 From: Clement Rey Date: Tue, 17 Dec 2024 22:10:04 +0100 Subject: [PATCH] transitively pin home to exactly 0.5.9 --- Cargo.lock | 1 + Cargo.toml | 1 + crates/viewer/re_viewer_context/Cargo.toml | 1 + 3 files changed, 3 insertions(+) diff --git a/Cargo.lock b/Cargo.lock index 2984b3bc1cb3e..4ed0cc65e617a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6884,6 +6884,7 @@ dependencies = [ "emath", "glam", "half", + "home", "image", "indexmap 2.6.0", "itertools 0.13.0", diff --git a/Cargo.toml b/Cargo.toml index 7b93db0b17c4e..7d20787460976 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -193,6 +193,7 @@ glob = "0.3" gltf = "1.1" half = "2.3.1" hexasphere = "14.1.0" +home = "=0.5.9" image = { version = "0.25", default-features = false } indent = "0.1" indexmap = "2.1" # Version chosen to align with other dependencies diff --git a/crates/viewer/re_viewer_context/Cargo.toml b/crates/viewer/re_viewer_context/Cargo.toml index a0768622da06b..6fba648f9e386 100644 --- a/crates/viewer/re_viewer_context/Cargo.toml +++ b/crates/viewer/re_viewer_context/Cargo.toml @@ -52,6 +52,7 @@ egui.workspace = true emath.workspace = true glam = { workspace = true, features = ["serde"] } half.workspace = true +home.workspace = true image = { workspace = true, features = ["jpeg", "png"] } indexmap = { workspace = true, features = ["std", "serde"] } itertools.workspace = true