Skip to content

Commit bd70bc9

Browse files
committed
Keep flate2 < 1.1.0 as that does not build on our current MSRV
1 parent 19dae53 commit bd70bc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ brotli-decompressor = "4.0"
2323
byteorder = "1.4"
2424
crc32fast = "1.3.2"
2525
encoding_rs = "0.8.32"
26-
flate2 = { version = "1.0", default-features = false, optional = true }
26+
flate2 = { version = "~1.0.31", default-features = false, optional = true }
2727
glyph-names = "0.2"
2828
itertools = "0.10"
2929
lazy_static = "1.4.0"

0 commit comments

Comments
 (0)