Skip to content

Commit

Permalink
revert: use opendal from workspace
Browse files Browse the repository at this point in the history
Now that v0.49 has been released, this work does not need to pin to a
particular version!
  • Loading branch information
jdockerty committed Aug 13, 2024
1 parent 9cbcb8e commit 3ab0a37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/iceberg/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ futures = { workspace = true }
itertools = { workspace = true }
murmur3 = { workspace = true }
once_cell = { workspace = true }
opendal = { git = "https://github.com/apache/opendal", rev = "0a3e98f" }
opendal = { workspace = true }
ordered-float = { workspace = true }
parquet = { workspace = true, features = ["async"] }
reqwest = { workspace = true }
Expand Down

0 comments on commit 3ab0a37

Please sign in to comment.