Skip to content

Commit

Permalink
fixed?
Browse files Browse the repository at this point in the history
  • Loading branch information
angelip2303 committed Nov 28, 2023
1 parent 96a20fe commit 0cf785d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 0cf785d

Please sign in to comment.