Skip to content

Commit 26c0375

Browse files
committed
pin lz4_flex version
1 parent 26d435f commit 26c0375

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
@@ -30,7 +30,7 @@ enum_dispatch = "0.3.13"
3030
guardian = "1.1.0"
3131
interval-heap = "0.0.5"
3232
log = "0.4.22"
33-
lz4_flex = { version = "0.11.3", optional = true, default-features = false }
33+
lz4_flex = { version = "=0.11.3", optional = true, default-features = false }
3434
miniz_oxide = { version = "0.8.0", optional = true }
3535
path-absolutize = "3.1.1"
3636
quick_cache = { version = "0.6.5", default-features = false, features = [] }

0 commit comments

Comments
 (0)