Skip to content

Commit

Permalink
Pump pcodec to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LDeakin committed Mar 21, 2024
1 parent 2a9585b commit da4a781
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed
- **Breaking**: Bump MSRV to 1.74 (16 November, 2023)
- Bump pcodec to 0.2.0
- Bump `pco` (pcodec) to 0.2.1

## [0.12.5] - 2024-03-17

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ object_store = { version = "0.9.0", optional = true }
opendal = { version = "0.45", optional = true }
parking_lot = "0.12"
pathdiff = "0.2"
pco = { version = "0.2.0", optional = true }
pco = { version = "0.2.1", optional = true }
rayon = "1.6"
rayon_iter_concurrent_limit = "0.2.0"
reqwest = { version = "0.11", features = ["blocking"], optional = true }
Expand Down

0 comments on commit da4a781

Please sign in to comment.