Skip to content

Commit

Permalink
Bump MSRV to 1.75
Browse files Browse the repository at this point in the history
  • Loading branch information
LDeakin committed Apr 19, 2024
1 parent 4672530 commit 6f6a1aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Various minor fixes to clap help
- `zarrs_reencode`: add `--attributes-append` to re-encoding options
- Bump `zarrs` to 0.13.0
- **Breaking**: Bump MSRV to 1.75

## [0.3.0] - 2024-02-22

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "zarrs_tools"
version = "0.4.0"
authors = ["Lachlan Deakin <ljdgit@gmail.com>"]
edition = "2021"
rust-version = "1.71"
rust-version = "1.75"
description = "Tools for creating and manipulating Zarr V3 data"
documentation = "https://docs.rs/zarrs_tools"
repository = "https://github.com/LDeakin/zarrs_tools"
Expand Down

0 comments on commit 6f6a1aa

Please sign in to comment.