Skip to content

Commit

Permalink
Update ZipArchives to 2.0
Browse files Browse the repository at this point in the history
I removed some functions from ZipArchives.jl in JuliaIO/ZipArchives.jl#43 that are not needed by Zarr.jl to reduce the complexity. No changes to Zarr.jl should be needed.
  • Loading branch information
nhz2 authored Apr 1, 2024
1 parent 8ad5dab commit e41f57b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ LRUCache = "1"
OffsetArrays = "0.11, 1.0"
OpenSSL = "1"
URIs = "1"
ZipArchives = "1"
ZipArchives = "2"
julia = "1.2"

[extras]
Expand Down

0 comments on commit e41f57b

Please sign in to comment.