Skip to content

Commit 83c2ca4

Browse files
authored
Merge pull request #31 from musicinmybrain/zip7
Allow zip 7
2 parents 7afef97 + 27d274a commit 83c2ca4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ serde = { version = "1.0.210", features = ["derive"], optional = true }
2121
tar = "0.4.41"
2222
thiserror = "2.0.3"
2323
xz = { package = "xz2", version = "0.1.7", optional = true }
24-
zip = { version = ">=0.6,<7", default-features = false, features = ["deflate"] }
24+
zip = { version = ">=0.6,<8", default-features = false, features = ["deflate"] }
2525

2626
[dev-dependencies]
2727
serde_json = "1.0.128"

0 commit comments

Comments
 (0)