Skip to content

Commit

Permalink
fix: pin the 'home' crate version for 1.80 compatibility
Browse files Browse the repository at this point in the history
Fixes #3065

Signed-off-by: R. Tyler Croy <[email protected]>
  • Loading branch information
rtyler committed Dec 17, 2024
1 parent 3ce3d42 commit 99e39ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/hdfs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit 99e39ca

Please sign in to comment.