mirror of
				https://github.com/meilisearch/meilisearch.git
				synced 2025-11-04 09:56:28 +00:00 
			
		
		
		
	Depend on released version of fuzzcheck from crates.io
This commit is contained in:
		@@ -57,7 +57,7 @@ md5 = "0.7.0"
 | 
				
			|||||||
rand = {version = "0.8.5", features = ["small_rng"] }
 | 
					rand = {version = "0.8.5", features = ["small_rng"] }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[target.'cfg(fuzzing)'.dev-dependencies]
 | 
					[target.'cfg(fuzzing)'.dev-dependencies]
 | 
				
			||||||
fuzzcheck = { git = "https://github.com/loiclec/fuzzcheck-rs", branch = "main" } # TODO: use released version
 | 
					fuzzcheck = "0.12.1"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[features]
 | 
					[features]
 | 
				
			||||||
default = [ "charabia/default" ]
 | 
					default = [ "charabia/default" ]
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user