Skip to content

Commit

Permalink
chore: bump version to 0.46.0 (#4567)
Browse files Browse the repository at this point in the history
Signed-off-by: tison <wander4096@gmail.com>
  • Loading branch information
tisonkun authored May 2, 2024
1 parent f60f39d commit c710b4a
Show file tree
Hide file tree
Showing 56 changed files with 3,590 additions and 3,485 deletions.
6 changes: 3 additions & 3 deletions .github/actions/setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ inputs:
github-token:
description: "Github Token"
default: ""

runs:
using: "composite"
steps:
Expand Down Expand Up @@ -87,12 +87,12 @@ runs:
path: |
~/.cargo/bin/cargo-deny
~/.cargo/bin/cargo-deny.exe
key: r0-${{runner.os}}-deny-0.14.3
key: r0-${{runner.os}}-deny-0.14.22

- name: Build cargo-deny if not cached
if: steps.cache-deny.outputs.cache-hit != 'true' && inputs.need-deny == 'true'
shell: bash
run: cargo install cargo-deny@0.14.3 --locked
run: cargo install cargo-deny@0.14.22 --locked

- name: Setup rust on linux
if: runner.os == 'Linux' && inputs.need-rocksdb == 'true'
Expand Down
176 changes: 176 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

6 changes: 3 additions & 3 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.1"
version = "0.41.2"

[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.5.8", optional = true }
dav-server-opendalfs = { version = "0.0.1", path = "../../integrations/dav-server", optional = true }
dav-server-opendalfs = { version = "0.0.2", path = "../../integrations/dav-server", optional = true }
dirs = "5.0.1"
futures = "0.3"
futures-util = { version = "0.3.29", optional = true }
opendal = { version = "0.45.1", path = "../../core" }
opendal = { version = "0.46.0", path = "../../core" }
quick-xml = { version = "0.31", features = ["serialize", "overlapped-lists"] }
serde = { version = "1", features = ["derive"] }
tokio = { version = "1.34", features = [
Expand Down
Loading

0 comments on commit c710b4a

Please sign in to comment.