Skip to content

Commit

Permalink
Revert "Bump maximum supported opendal version from 0.48 to 0.49"
Browse files Browse the repository at this point in the history
This reverts commit 0840eac.
  • Loading branch information
LDeakin committed Aug 22, 2024
1 parent 1b71e37 commit 2fe1530
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Fixed
- Reduce maximum supported `opendal` version from 0.49 to 0.48
- This reverts a change in 0.16.3 that was not semver compatible

## [0.16.3] - 2024-08-14

### Changed
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ monostate = "0.1.0"
ndarray = { version = "0.15.0", optional = true }
num = { version = "0.4.1" }
object_store = { version = ">=0.9.0,<0.11", default-features = false, optional = true }
opendal = { version = ">=0.46,<0.50", default-features = false, optional = true }
opendal = { version = ">=0.46,<0.49", default-features = false, optional = true }
parking_lot = "0.12.0"
pathdiff = "0.2.0"
pco = { version = "0.3.1", optional = true }
Expand All @@ -85,7 +85,7 @@ features = ["bytemuck"]
chrono = "0.4"
criterion = "0.5.1"
object_store = { version = ">=0.9.0,<0.11", features = ["http"] }
opendal = { version = "0.49", features = ["services-fs", "services-http"] }
opendal = { version = "0.48", features = ["services-fs", "services-http"] }
tempfile = "3"
tokio = { version = "1.34.0", features = ["macros", "rt-multi-thread"] }

Expand Down

0 comments on commit 2fe1530

Please sign in to comment.