We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b635c5c commit 2ffe076Copy full SHA for 2ffe076
Cargo.toml
@@ -15,7 +15,7 @@ edition = "2021"
15
adler32 = { version = "1", default-features = false }
16
crc32fast = { version = "1.1.1", default-features = false }
17
dary_heap = "0.3.5"
18
-libflate_lz77 = { path = "libflate_lz77", version = "2.1.0", default-features = false }
+libflate_lz77 = { path = "libflate_lz77", version = "2.2.0", default-features = false }
19
core2 = { version = "0.4", default-features = false, features = ["alloc"] }
20
21
[features]
0 commit comments