From 953055e3d7e9816a46a178b60d98d49147d0e20a Mon Sep 17 00:00:00 2001 From: Irevoire Date: Wed, 26 Oct 2022 18:15:30 +0200 Subject: [PATCH] bump milli --- Cargo.lock | 8 ++++---- meilisearch-types/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2033edafc..0832cafbe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1313,7 +1313,7 @@ dependencies = [ [[package]] name = "filter-parser" version = "0.35.0" -source = "git+https://github.com/meilisearch/milli.git?branch=main#d3f95e6c691a055421f05b951f7e1298bfacfa52" +source = "git+https://github.com/meilisearch/milli.git#2e539249cb16f5e88be9f21ab712f8b4266cad36" dependencies = [ "nom", "nom_locate", @@ -1332,7 +1332,7 @@ dependencies = [ [[package]] name = "flatten-serde-json" version = "0.35.0" -source = "git+https://github.com/meilisearch/milli.git?branch=main#d3f95e6c691a055421f05b951f7e1298bfacfa52" +source = "git+https://github.com/meilisearch/milli.git#2e539249cb16f5e88be9f21ab712f8b4266cad36" dependencies = [ "serde_json", ] @@ -1872,7 +1872,7 @@ dependencies = [ [[package]] name = "json-depth-checker" version = "0.35.0" -source = "git+https://github.com/meilisearch/milli.git?branch=main#d3f95e6c691a055421f05b951f7e1298bfacfa52" +source = "git+https://github.com/meilisearch/milli.git#2e539249cb16f5e88be9f21ab712f8b4266cad36" dependencies = [ "serde_json", ] @@ -2385,7 +2385,7 @@ dependencies = [ [[package]] name = "milli" version = "0.35.0" -source = "git+https://github.com/meilisearch/milli.git?branch=main#d3f95e6c691a055421f05b951f7e1298bfacfa52" +source = "git+https://github.com/meilisearch/milli.git#2e539249cb16f5e88be9f21ab712f8b4266cad36" dependencies = [ "bimap", "bincode", diff --git a/meilisearch-types/Cargo.toml b/meilisearch-types/Cargo.toml index c7b2ab04d..62d0e6ebb 100644 --- a/meilisearch-types/Cargo.toml +++ b/meilisearch-types/Cargo.toml @@ -12,7 +12,7 @@ either = { version = "1.6.1", features = ["serde"] } enum-iterator = "1.1.3" flate2 = "1.0.24" fst = "0.4.7" -milli = { git = "https://github.com/meilisearch/milli.git", branch = "main", default-features = false } +milli = { git = "https://github.com/meilisearch/milli.git", version = "0.35.0", default-features = false } proptest = { version = "1.0.0", optional = true } proptest-derive = { version = "0.3.0", optional = true } roaring = { version = "0.10.0", features = ["serde"] }