Skip to content

Commit

Permalink
chore: Bump package versions (#4989)
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <github@xuanwo.io>
  • Loading branch information
Xuanwo authored Aug 9, 2024
1 parent f43ab18 commit 914776c
Show file tree
Hide file tree
Showing 57 changed files with 4,972 additions and 4,360 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release_rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ name: Release Rust Packages
on:
push:
tags:
- '*'
- "*"
pull_request:
branches:
- main
Expand All @@ -42,6 +42,7 @@ jobs:
package:
- "core"
- "integrations/object_store"
- "integrations/parquet"
- "integrations/dav-server"
- "integrations/fuse3"
- "integrations/unftp-sbe"
Expand Down
111 changes: 62 additions & 49 deletions bin/oay/Cargo.lock

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

6 changes: 3 additions & 3 deletions bin/oay/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ homepage = "https://opendal.apache.org/"
license = "Apache-2.0"
repository = "https://github.com/apache/opendal"
rust-version = "1.75"
version = "0.41.7"
version = "0.41.8"

[features]
default = ["frontends-webdav", "frontends-s3"]
Expand All @@ -47,11 +47,11 @@ bytes = { version = "1.5.0", optional = true }
chrono = "0.4.31"
clap = { version = "4", features = ["cargo", "string"] }
dav-server = { version = "0.7", optional = true }
dav-server-opendalfs = { version = "0.0.6", path = "../../integrations/dav-server", optional = true }
dav-server-opendalfs = { version = "0.0.7", path = "../../integrations/dav-server", optional = true }
dirs = "5.0.1"
futures = "0.3"
futures-util = { version = "0.3.29", optional = true }
opendal = { version = "0.48.0", path = "../../core", features = [
opendal = { version = "0.49.0", path = "../../core", features = [
"services-fs",
] }
quick-xml = { version = "0.36", features = ["serialize", "overlapped-lists"] }
Expand Down
Loading

0 comments on commit 914776c

Please sign in to comment.