From aafc66b0ee88724d93694a1bb5cf7e476812e70a Mon Sep 17 00:00:00 2001 From: Lachlan Deakin Date: Fri, 17 Nov 2023 07:46:33 +1100 Subject: [PATCH] Set MSRV to 1.70 --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 583a0d90..414b5976 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,7 @@ description = "A library for the Zarr V3 storage format for multidimensional arr version = "0.6.0" authors = ["Lachlan Deakin "] edition = "2021" +rust-version = "1.70" license = "MIT OR Apache-2.0" repository = "https://github.com/LDeakin/zarrs" keywords = ["zarr"]