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 26d435f commit 26c0375Copy full SHA for 26c0375
Cargo.toml
@@ -30,7 +30,7 @@ enum_dispatch = "0.3.13"
30
guardian = "1.1.0"
31
interval-heap = "0.0.5"
32
log = "0.4.22"
33
-lz4_flex = { version = "0.11.3", optional = true, default-features = false }
+lz4_flex = { version = "=0.11.3", optional = true, default-features = false }
34
miniz_oxide = { version = "0.8.0", optional = true }
35
path-absolutize = "3.1.1"
36
quick_cache = { version = "0.6.5", default-features = false, features = [] }
0 commit comments