Skip to content

Commit

Permalink
fix: upgrade dependency of hdfs to ensure builds with our object_store
Browse files Browse the repository at this point in the history
  • Loading branch information
rtyler committed Sep 20, 2024
1 parent d41024b commit 5fcfac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/hdfs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ rust-version.workspace = true

[dependencies]
deltalake-core = { version = "0.20.0", path = "../core" }
hdfs-native-object-store = "0.11"
hdfs-native-object-store = "0.12.0"

# workspace dependecies
object_store = { workspace = true }
Expand Down

0 comments on commit 5fcfac5

Please sign in to comment.