bump milli to 0.4.0

This commit is contained in:
marin postma 2021-06-16 17:15:56 +02:00
parent 5795254b2a
commit 5a47cef9a8
No known key found for this signature in database
GPG key ID: 6088B7721C3E39F9
7 changed files with 32 additions and 15 deletions

View file

@ -369,7 +369,7 @@ fn parse_facets_array(
}
}
FilterCondition::from_array(txn, &index.0, ands)
Ok(FilterCondition::from_array(txn, &index.0, ands)?)
}
#[cfg(test)]