diff --git a/Cargo.toml b/Cargo.toml index a0b99b0a..9df4ad5c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "zarrs" description = "A library for the Zarr V3 storage format for multidimensional arrays and metadata" -version = "0.2.0" +version = "0.2.1" authors = ["Lachlan Deakin "] edition = "2021" license = "MIT OR Apache-2.0" @@ -52,4 +52,3 @@ zstd = { version = "0.12.4", optional = true } [dev-dependencies] tempdir = "0.3.7" -ndarray = "0.15.6"