diff --git a/Cargo.lock b/Cargo.lock index 72fd77bab..987040642 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -419,7 +419,7 @@ checksum = "b645a089122eccb6111b4f81cbc1a49f5900ac4666bb93ac027feaecf15607bf" [[package]] name = "benchmarks" -version = "0.39.0" +version = "1.0.0" dependencies = [ "anyhow", "bytes", @@ -427,7 +427,7 @@ dependencies = [ "criterion", "csv", "flate2", - "milli 0.39.0", + "milli 1.0.0", "mimalloc", "rand", "rand_chacha", @@ -840,7 +840,7 @@ dependencies = [ [[package]] name = "cli" -version = "0.39.0" +version = "1.0.0" dependencies = [ "bimap", "byte-unit", @@ -848,7 +848,7 @@ dependencies = [ "csv", "eyre", "indicatif", - "milli 0.39.0", + "milli 1.0.0", "mimalloc", "serde", "serde_json", @@ -1570,7 +1570,7 @@ dependencies = [ [[package]] name = "filter-parser" -version = "0.39.0" +version = "1.0.0" dependencies = [ "insta", "nom", @@ -1598,7 +1598,7 @@ dependencies = [ [[package]] name = "flatten-serde-json" -version = "0.39.0" +version = "1.0.0" dependencies = [ "criterion", "serde_json", @@ -2281,7 +2281,7 @@ dependencies = [ [[package]] name = "json-depth-checker" -version = "0.39.0" +version = "1.0.0" dependencies = [ "criterion", "serde_json", @@ -2884,7 +2884,7 @@ dependencies = [ [[package]] name = "milli" -version = "0.39.0" +version = "1.0.0" dependencies = [ "big_s", "bimap", @@ -2897,8 +2897,8 @@ dependencies = [ "csv", "deserr", "either", - "filter-parser 0.39.0", - "flatten-serde-json 0.39.0", + "filter-parser 1.0.0", + "flatten-serde-json 1.0.0", "fst", "fuzzcheck", "fxhash", @@ -2907,7 +2907,7 @@ dependencies = [ "heed", "insta", "itertools", - "json-depth-checker 0.39.0", + "json-depth-checker 1.0.0", "levenshtein_automata", "log", "logging_timer", diff --git a/benchmarks/Cargo.toml b/benchmarks/Cargo.toml index 1cb63db4a..561fe9d3a 100644 --- a/benchmarks/Cargo.toml +++ b/benchmarks/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "benchmarks" -version = "0.39.0" +version = "1.0.0" edition = "2018" publish = false diff --git a/cli/Cargo.toml b/cli/Cargo.toml index f52b64973..446c924df 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cli" -version = "0.39.0" +version = "1.0.0" edition = "2018" description = "A CLI to interact with a milli index" publish = false diff --git a/filter-parser/Cargo.toml b/filter-parser/Cargo.toml index 9202c3875..f7d3f044f 100644 --- a/filter-parser/Cargo.toml +++ b/filter-parser/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "filter-parser" -version = "0.39.0" +version = "1.0.0" edition = "2021" description = "The parser for the Meilisearch filter syntax" publish = false diff --git a/flatten-serde-json/Cargo.toml b/flatten-serde-json/Cargo.toml index 2fb668f86..36667486f 100644 --- a/flatten-serde-json/Cargo.toml +++ b/flatten-serde-json/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "flatten-serde-json" -version = "0.39.0" +version = "1.0.0" edition = "2021" description = "Flatten serde-json objects like elastic search" readme = "README.md" diff --git a/json-depth-checker/Cargo.toml b/json-depth-checker/Cargo.toml index feb245e5e..0cf8344fd 100644 --- a/json-depth-checker/Cargo.toml +++ b/json-depth-checker/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "json-depth-checker" -version = "0.39.0" +version = "1.0.0" edition = "2021" description = "A library that indicates if a JSON must be flattened" publish = false diff --git a/milli/Cargo.toml b/milli/Cargo.toml index e23051b69..b32592ab9 100644 --- a/milli/Cargo.toml +++ b/milli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "milli" -version = "0.39.0" +version = "1.0.0" authors = ["Kerollmops "] edition = "2018"