mirror of
				https://github.com/meilisearch/meilisearch.git
				synced 2025-10-30 23:46:28 +00:00 
			
		
		
		
	Sort the TOML dependencies
This commit is contained in:
		| @@ -9,8 +9,8 @@ actix-web = { version = "4.2.1", default-features = false } | ||||
| csv = "1.1.6" | ||||
| either = { version = "1.6.1", features = ["serde"] } | ||||
| enum-iterator = "1.1.3" | ||||
| milli = { git = "https://github.com/meilisearch/milli.git", branch = "indexation-abortion", default-features = false } | ||||
| fst = "0.4.7" | ||||
| milli = { git = "https://github.com/meilisearch/milli.git", branch = "indexation-abortion", default-features = false } | ||||
| proptest = { version = "1.0.0", optional = true } | ||||
| proptest-derive = { version = "0.3.0", optional = true } | ||||
| roaring = { version = "0.10.0", features = ["serde"] } | ||||
| @@ -22,10 +22,10 @@ tokio = "1.0" | ||||
| uuid = { version = "1.1.2", features = ["serde", "v4"] } | ||||
|  | ||||
| [dev-dependencies] | ||||
| insta = "1.19.1" | ||||
| meili-snap = { path = "../meili-snap" } | ||||
| proptest = "1.0.0" | ||||
| proptest-derive = "0.3.0" | ||||
| meili-snap = { path = "../meili-snap" } | ||||
| insta = "1.19.1" | ||||
|  | ||||
| [features] | ||||
| # all specialized tokenizations | ||||
|   | ||||
		Reference in New Issue
	
	Block a user