Skip to content

Commit

Permalink
transitively pin home to exactly 0.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
teh-cmc committed Dec 17, 2024
1 parent 423635f commit 9616acc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6884,6 +6884,7 @@ dependencies = [
"emath",
"glam",
"half",
"home",
"image",
"indexmap 2.6.0",
"itertools 0.13.0",
Expand Down
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions crates/viewer/re_viewer_context/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9616acc

Please sign in to comment.