mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Update heed to 0.10.0
This commit is contained in:
parent
a30206a665
commit
085d3b9d94
10 changed files with 47 additions and 18 deletions
|
@ -23,7 +23,7 @@ pub struct TransformOutput {
|
|||
}
|
||||
|
||||
pub struct Transform<'t, 'i> {
|
||||
pub rtxn: &'t heed::RoTxn,
|
||||
pub rtxn: &'t heed::RoTxn<'t>,
|
||||
pub index: &'i Index,
|
||||
pub chunk_compression_type: CompressionType,
|
||||
pub chunk_compression_level: Option<u32>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue