Skip to content

Commit 7afef97

Browse files
authored
Merge pull request #30 from musicinmybrain/bzip2-0.6
Allow bzip2 0.6
2 parents e215fb1 + d48826f commit 7afef97

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
@@ -12,7 +12,7 @@ repository = "https://github.com/PyO3/python-pkginfo-rs"
1212
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1313

1414
[dependencies]
15-
bzip2 = { version = "0.5.2", optional = true }
15+
bzip2 = { version = ">=0.5.2, <0.7.0", optional = true }
1616
flate2 = "1.0.33"
1717
fs-err = "3.0.0"
1818
mailparse = "0.16"

0 commit comments

Comments
 (0)