-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
Showing
3 changed files
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|