Skip to content

Commit

Permalink
chore: bump MSRV of zarrs to 1.82
Browse files Browse the repository at this point in the history
I've never clarified an MSRV policy for `zarrs`, but have kept the MSRV >6 months behind the latest release for some time. But, `zarrs` is probably going to use 1.85 not long after it is released, same with 1.86 if trait upcasting stabilises.
  • Loading branch information
LDeakin committed Jan 9, 2025
1 parent 8bc4e2e commit 509457d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
toolchain: ["stable", "1.77", "beta", "nightly"]
toolchain: ["stable", "1.82", "beta", "nightly"]
features: ["--features \"\"", "--all-features", "--no-default-features"]
runs-on: ubuntu-latest
steps:
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Bump `itertools` to 0.14
- Indicate that `zfp` / `zfpy` codecs have different metadata in codec table
- Use `zarr-python` 3.0.0 in compatibility tests
- **Breaking**: Bump MSRV to 1.82 (17 October, 2024)

### Removed
- Remove support for pcodec `Try{FloatMult,FloatQuant,IntMult}` mode specs
Expand Down
2 changes: 1 addition & 1 deletion zarrs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "zarrs"
version = "0.19.0-dev"
authors = ["Lachlan Deakin <[email protected]>"]
edition = "2021"
rust-version = "1.77"
rust-version = "1.82"
description = "A library for the Zarr storage format for multidimensional arrays and metadata"
homepage = "https://zarrs.dev"
documentation = "https://docs.rs/zarrs"
Expand Down

0 comments on commit 509457d

Please sign in to comment.