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 <rtyler@brokenco.de>
  • Loading branch information
rtyler committed Dec 17, 2024
1 parent 951f814 commit fb95219
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 fb95219

Please sign in to comment.