mirror of
				https://github.com/meilisearch/meilisearch.git
				synced 2025-11-04 01:46:28 +00:00 
			
		
		
		
	fix the addition + deletion bug
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user