This is an automated email from the ASF dual-hosted git repository.
liurenjie1024 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-rust.git
The following commit(s) were added to refs/heads/main by this push:
new ddbcae46 fix(build): Pin home version after merging #1764 (#1783)
ddbcae46 is described below
commit ddbcae46d4b6739b0d21fbf44de85b140b3d272a
Author: Matt Butrovich <[email protected]>
AuthorDate: Fri Oct 24 08:03:49 2025 -0400
fix(build): Pin home version after merging #1764 (#1783)
---
Cargo.toml | 1 +
crates/integrations/playground/Cargo.toml | 3 ++-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/Cargo.toml b/Cargo.toml
index 61673805..1c007376 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -75,6 +75,7 @@ fnv = "1.0.7"
fs-err = "3.1.0"
futures = "0.3"
hive_metastore = "0.2.0"
+home = "=0.5.11"
http = "1.2"
iceberg = { version = "0.7.0", path = "./crates/iceberg" }
iceberg-catalog-glue = { version = "0.7.0", path = "./crates/catalog/glue" }
diff --git a/crates/integrations/playground/Cargo.toml
b/crates/integrations/playground/Cargo.toml
index 8ba983d0..3f6774be 100644
--- a/crates/integrations/playground/Cargo.toml
+++ b/crates/integrations/playground/Cargo.toml
@@ -33,6 +33,7 @@ datafusion = { workspace = true }
datafusion-cli = { workspace = true }
dirs = { workspace = true }
fs-err = { workspace = true }
+home = { workspace = true }
iceberg = { workspace = true }
iceberg-catalog-rest = { workspace = true }
iceberg-datafusion = { workspace = true }
@@ -45,4 +46,4 @@ tracing-subscriber = { workspace = true }
[package.metadata.cargo-machete]
# These dependencies are added to ensure minimal dependency version
-ignored = ["stacker", "mimalloc"]
+ignored = ["stacker", "mimalloc", "home"]