fix: Gitignore incompatbility (#744)

Closes https://github.com/dmtrKovalenko/fff/issues/723 fixed in zlob
This commit is contained in:
Dmitriy Kovalenko
2026-08-04 21:19:14 -07:00
committed by GitHub
parent 3298ed9f39
commit 086044f5f7
2 changed files with 3 additions and 3 deletions
Generated
+2 -2
View File
@@ -3235,9 +3235,9 @@ dependencies = [
[[package]]
name = "zlob"
version = "1.6.1"
version = "1.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e41cb327ac1b7e7e0d4514658500cb5734cd655edbe4e5ffeda69955da9028ee"
checksum = "57e7ca1588981ea66f5ac470915c4cb44a47ecfb5797576f65fca1bafacedf4e"
dependencies = [
"bindgen",
"bitflags 2.11.0",
+1 -1
View File
@@ -36,7 +36,7 @@ ignore = "0.4.22"
memmap2 = "0.9"
mimalloc = "0.1.47"
signal-hook-registry = "1.4"
zlob = { version = "=1.6.1" }
zlob = { version = "=1.6.2" }
mlua = { version = "0.11.1", features = ["module", "luajit"] }
neo_frizbee = { version = "0.11.0", features = ["match_end_col"] }