fix the addition + deletion bug

This commit is contained in:
Tamo
2023-05-17 18:19:43 +02:00
parent d7ddf4925e
commit 4391cba6ca
14 changed files with 518 additions and 18 deletions

View File

@ -56,6 +56,7 @@ itertools = "0.10.5"
log = "0.4.17"
logging_timer = "1.1.0"
csv = "1.2.1"
fastrand = "1.9.0"
[dev-dependencies]
mimalloc = { version = "0.1.29", default-features = false }
@ -64,12 +65,13 @@ insta = "1.29.0"
maplit = "1.0.2"
md5 = "0.7.0"
rand = {version = "0.8.5", features = ["small_rng"] }
arbitrary = { version = "1.3.0", features = ["derive"] }
[target.'cfg(fuzzing)'.dev-dependencies]
fuzzcheck = "0.12.1"
[features]
all-tokenizations = [ "charabia/default" ]
all-tokenizations = ["charabia/default"]
# Use POSIX semaphores instead of SysV semaphores in LMDB
# For more information on this feature, see heed's Cargo.toml