mirror of
				https://github.com/meilisearch/meilisearch.git
				synced 2025-10-30 23:46:28 +00:00 
			
		
		
		
	Make milli's default features optional in other executable targets
This commit is contained in:
		
				
					committed by
					
						 Loïc Lecrenier
						Loïc Lecrenier
					
				
			
			
				
	
			
			
			
						parent
						
							6fbf5dac68
						
					
				
				
					commit
					53503f09ca
				
			| @@ -7,7 +7,7 @@ publish = false | ||||
| [dependencies] | ||||
| anyhow = "1.0.56" | ||||
| csv = "1.1.6" | ||||
| milli = { path = "../milli" } | ||||
| milli = { path = "../milli", default-features = false } | ||||
| mimalloc = { version = "0.1.29", default-features = false } | ||||
| serde_json = { version = "1.0.79", features = ["preserve_order"] } | ||||
|  | ||||
| @@ -24,6 +24,9 @@ convert_case = "0.5.0" | ||||
| flate2 = "1.0.22" | ||||
| reqwest = { version = "0.11.9", features = ["blocking", "rustls-tls"], default-features = false } | ||||
|  | ||||
| [features] | ||||
| default = ["milli/default"] | ||||
|  | ||||
| [[bench]] | ||||
| name = "search_songs" | ||||
| harness = false | ||||
|   | ||||
		Reference in New Issue
	
	Block a user