bump milli

This commit is contained in:
Tamo 2021-09-08 16:54:39 +02:00
parent 33514b28be
commit 49c918defa
No known key found for this signature in database
GPG key ID: 20CD8020AFA88D69
5 changed files with 18 additions and 85 deletions

View file

@ -16,9 +16,9 @@ static DEFAULT_SETTINGS_VALUES: Lazy<HashMap<&'static str, Value>> = Lazy::new(|
json!([
"words",
"typo",
"sort",
"proximity",
"attribute",
"sort",
"exactness"
]),
);
@ -53,9 +53,9 @@ async fn get_settings() {
json!([
"words",
"typo",
"sort",
"proximity",
"attribute",
"sort",
"exactness"
])
);