Skip to content

Commit

Permalink
chore: Bump OpenDAL to v0.41 (#20061)
Browse files Browse the repository at this point in the history
The pull requests apache/opendal#3163
and apache/opendal#3177 have been
merged and included in OpenDAL version 0.41. This PR will update OpenDAL
to version 0.41, allowing us to rely on tags rather than a specific
GitHub commit.

Signed-off-by: GitHub <[email protected]>
  • Loading branch information
Xuanwo authored Oct 22, 2023
1 parent 3632a66 commit cb63d28
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
9 changes: 5 additions & 4 deletions src/rust/engine/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions src/rust/engine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -258,10 +258,7 @@ notify = { git = "https://github.com/pantsbuild/notify", rev = "276af0f3c5f300bf
num_cpus = "1"
num_enum = "0.5"
once_cell = "1.18"
# TODO: this is waiting for several changes to be released (likely in 0.41):
# https://github.com/apache/incubator-opendal/pull/3163
# https://github.com/apache/incubator-opendal/pull/3177
opendal = { git = "https://github.com/apache/incubator-opendal", rev = "97bcef60eb0b515bd2442ab5b671080766fa35eb", default-features = false, features = [
opendal = { version = "0.41", default-features = false, features = [
"services-memory",
"services-fs",
"services-ghac",
Expand Down

0 comments on commit cb63d28

Please sign in to comment.