mirror of
				https://github.com/meilisearch/meilisearch.git
				synced 2025-10-31 07:56:28 +00:00 
			
		
		
		
	Update heed link in cargo toml
This commit is contained in:
		| @@ -17,7 +17,7 @@ fst = "0.4.5" | ||||
| fxhash = "0.2.1" | ||||
| grenad = { version = "0.4.1", default-features = false, features = ["tempfile"] } | ||||
| geoutils = "0.4.1" | ||||
| heed = { git = "https://github.com/Kerollmops/heed", tag = "v0.12.1", default-features = false, features = ["lmdb", "sync-read-txn"] } | ||||
| heed = { git = "https://github.com/meilisearch/heed", tag = "v0.12.1", default-features = false, features = ["lmdb", "sync-read-txn"] } | ||||
| human_format = "1.0.3" | ||||
| levenshtein_automata = { version = "0.2.0", features = ["fst_automaton"] } | ||||
| linked-hash-map = "0.5.4" | ||||
|   | ||||
| @@ -11,7 +11,7 @@ cargo-fuzz = true | ||||
| [dependencies] | ||||
| arbitrary = "1.0" | ||||
| libfuzzer-sys = "0.4" | ||||
| heed = { git = "https://github.com/Kerollmops/heed", tag = "v0.12.1" } | ||||
| heed = { git = "https://github.com/meilisearch/heed", tag = "v0.12.1" } | ||||
| serde_json = { version = "1.0.62", features = ["preserve_order"] } | ||||
| anyhow = "1.0" | ||||
| tempfile = "3.3" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user