Skip to content

Commit ddbcae4

Browse files
authored
fix(build): Pin home version after merging #1764 (#1783)
1 parent 406d416 commit ddbcae4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ fnv = "1.0.7"
7575
fs-err = "3.1.0"
7676
futures = "0.3"
7777
hive_metastore = "0.2.0"
78+
home = "=0.5.11"
7879
http = "1.2"
7980
iceberg = { version = "0.7.0", path = "./crates/iceberg" }
8081
iceberg-catalog-glue = { version = "0.7.0", path = "./crates/catalog/glue" }

crates/integrations/playground/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ datafusion = { workspace = true }
3333
datafusion-cli = { workspace = true }
3434
dirs = { workspace = true }
3535
fs-err = { workspace = true }
36+
home = { workspace = true }
3637
iceberg = { workspace = true }
3738
iceberg-catalog-rest = { workspace = true }
3839
iceberg-datafusion = { workspace = true }
@@ -45,4 +46,4 @@ tracing-subscriber = { workspace = true }
4546

4647
[package.metadata.cargo-machete]
4748
# These dependencies are added to ensure minimal dependency version
48-
ignored = ["stacker", "mimalloc"]
49+
ignored = ["stacker", "mimalloc", "home"]

0 commit comments

Comments
 (0)