mirror of
				https://github.com/meilisearch/meilisearch.git
				synced 2025-10-30 23:46:28 +00:00 
			
		
		
		
	chore: bump milli
This commit is contained in:
		| @@ -30,7 +30,7 @@ lazy_static = "1.4.0" | ||||
| log = "0.4.14" | ||||
| meilisearch-error = { path = "../meilisearch-error" } | ||||
| meilisearch-auth = { path = "../meilisearch-auth" } | ||||
| milli = { git = "https://github.com/meilisearch/milli.git", tag = "v0.21.0" } | ||||
| milli = { git = "https://github.com/meilisearch/milli.git", tag = "v0.21.1" } | ||||
| mime = "0.3.16" | ||||
| num_cpus = "1.13.0" | ||||
| once_cell = "1.8.0" | ||||
|   | ||||
| @@ -28,9 +28,7 @@ impl Index { | ||||
|     pub fn dump(&self, path: impl AsRef<Path>) -> Result<()> { | ||||
|         // acquire write txn make sure any ongoing write is finished before we start. | ||||
|         let txn = self.env.write_txn()?; | ||||
|         let path = path | ||||
|             .as_ref() | ||||
|             .join(format!("indexes/{}", self.uuid.to_string())); | ||||
|         let path = path.as_ref().join(format!("indexes/{}", self.uuid)); | ||||
|  | ||||
|         create_dir_all(&path)?; | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user