diff --git a/Cargo.toml b/Cargo.toml index 6236046..bf0c655 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ version = "0.0.1" edition = "2021" [dependencies] -zarrs = { git = "https://github.com/LDeakin/zarrs.git", default-features = false, features = [ "http", "gzip", "sharding" ] } +zarrs = { version = "0.6.0", default-features = false, features = [ "http", "gzip", "sharding" ] } clap = { version = "4.1.8", features = ["derive"] } serde_json = "1.0.108" thiserror = "1.0.50"