From 99e39ca1ca372211cf7b90b62d33878fa961881c Mon Sep 17 00:00:00 2001 From: "R. Tyler Croy" Date: Tue, 17 Dec 2024 13:59:33 +0000 Subject: [PATCH] fix: pin the 'home' crate version for 1.80 compatibility Fixes #3065 Signed-off-by: R. Tyler Croy --- crates/hdfs/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/crates/hdfs/Cargo.toml b/crates/hdfs/Cargo.toml index 4790fbf5ce..60e5b1ada2 100644 --- a/crates/hdfs/Cargo.toml +++ b/crates/hdfs/Cargo.toml @@ -24,6 +24,8 @@ url = { workspace = true } serial_test = "3" deltalake-test = { path = "../test" } which = "7" +# 0.5.11 and later require Rust 1.81 +home = "=0.5.9" [features] integration_test = ["hdfs-native-object-store/integration-test"]