diff --git a/Cargo.toml b/Cargo.toml index 4563b4ed..6b7dbe64 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ version = "0.3.0" path = "zarrs_object_store" [workspace.dependencies.zarrs_opendal] -version = "0.4.0" +version = "0.5.0" path = "zarrs_opendal" [workspace.dependencies.zarrs_zip] @@ -58,7 +58,7 @@ path = "zarrs_zip" version = "0.11" [workspace.dependencies.opendal] -version = "0.50.0" +version = "0.51.0" [workspace.dependencies.zip] version = "2.1.3" diff --git a/zarrs_opendal/Cargo.toml b/zarrs_opendal/Cargo.toml index 3de778c5..cf656322 100644 --- a/zarrs_opendal/Cargo.toml +++ b/zarrs_opendal/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zarrs_opendal" -version = "0.4.0" +version = "0.5.0" authors = ["Lachlan Deakin "] edition = "2021" rust-version = "1.77" @@ -18,7 +18,7 @@ workspace = true [dependencies] async-trait = "0.1.74" futures = "0.3.29" -opendal = { version = ">=0.46,<0.51", default-features = false } +opendal = { version = ">=0.46,<0.52", default-features = false } zarrs_storage = { workspace = true, features = ["async"] } [dev-dependencies] diff --git a/zarrs_opendal/README.md b/zarrs_opendal/README.md index d49c2c2c..990bf8b9 100644 --- a/zarrs_opendal/README.md +++ b/zarrs_opendal/README.md @@ -1,7 +1,7 @@ # zarrs_opendal [![Latest Version](https://img.shields.io/crates/v/zarrs_opendal.svg)](https://crates.io/crates/zarrs_opendal) -[![opendal 0.50](https://img.shields.io/badge/opendal-0.50-blue)](https://crates.io/crates/opendal) +[![opendal 0.51](https://img.shields.io/badge/opendal-0.51-blue)](https://crates.io/crates/opendal) [![zarrs_opendal documentation](https://docs.rs/zarrs_opendal/badge.svg)](https://docs.rs/zarrs_opendal) ![msrv](https://img.shields.io/crates/msrv/zarrs_opendal) [![build](https://github.com/LDeakin/zarrs/actions/workflows/ci.yml/badge.svg)](https://github.com/LDeakin/zarrs/actions/workflows/ci.yml) diff --git a/zarrs_opendal/doc/version_compatibility_matrix.md b/zarrs_opendal/doc/version_compatibility_matrix.md index 9f963901..7d3306f7 100644 --- a/zarrs_opendal/doc/version_compatibility_matrix.md +++ b/zarrs_opendal/doc/version_compatibility_matrix.md @@ -1,7 +1,8 @@ | [zarrs_opendal] | [opendal] | [zarrs] ([zarrs_storage]) | | --------------- | --------- | ------------------------- | -| 0.3 | 0.46-0.50 | 0.17 (0.2.0) | -| 0.4 | 0.46-0.50 | 0.18 (0.3.0) | +| 0.5 | 0.46-0.51 | 0.18.x (0.3.x) | +| 0.4 | 0.46-0.50 | 0.18.x (0.3.x) | +| 0.3 | 0.46-0.50 | 0.17.x (0.2.x) | [zarrs_opendal]: https://crates.io/crates/zarrs_opendal [opendal]: https://crates.io/crates/opendal