Skip to content

Commit 6085070

Browse files
authored
Update ZipArchives to 2.0 (#138)
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.
1 parent 8ad5dab commit 6085070

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ LRUCache = "1"
3131
OffsetArrays = "0.11, 1.0"
3232
OpenSSL = "1"
3333
URIs = "1"
34-
ZipArchives = "1"
34+
ZipArchives = "2"
3535
julia = "1.2"
3636

3737
[extras]

0 commit comments

Comments
 (0)