From d9ed9de2b0cb4813d234e81d018f21e0bac0c460 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9mentine=20Urquizar?= Date: Tue, 1 Mar 2022 19:45:29 +0100 Subject: [PATCH] Update heed link in cargo toml --- benchmarks/Cargo.toml | 2 +- cli/Cargo.toml | 2 +- helpers/Cargo.toml | 2 +- http-ui/Cargo.toml | 2 +- infos/Cargo.toml | 2 +- milli/Cargo.toml | 2 +- milli/fuzz/Cargo.toml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/benchmarks/Cargo.toml b/benchmarks/Cargo.toml index 99a36b740..b48599679 100644 --- a/benchmarks/Cargo.toml +++ b/benchmarks/Cargo.toml @@ -14,7 +14,7 @@ csv = "1.1.6" jemallocator = "0.3.2" [dev-dependencies] -heed = { git = "https://github.com/Kerollmops/heed", tag = "v0.12.1" } +heed = { git = "https://github.com/meilisearch/heed", tag = "v0.12.1" } criterion = { version = "0.3.4", features = ["html_reports"] } [build-dependencies] diff --git a/cli/Cargo.toml b/cli/Cargo.toml index ee775eebe..023cd06f6 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -14,7 +14,7 @@ structopt = "0.3.22" milli = { path = "../milli" } eyre = "0.6.5" color-eyre = "0.5.11" -heed = { git = "https://github.com/Kerollmops/heed", tag = "v0.12.1", default-features = false, features = ["lmdb", "sync-read-txn"] } +heed = { git = "https://github.com/meilisearch/heed", tag = "v0.12.1", default-features = false, features = ["lmdb", "sync-read-txn"] } byte-unit = { version = "4.0.12", features = ["serde"] } bimap = "0.6.1" csv = "1.1.6" diff --git a/helpers/Cargo.toml b/helpers/Cargo.toml index f1458ae9c..dc0f7dc81 100644 --- a/helpers/Cargo.toml +++ b/helpers/Cargo.toml @@ -7,7 +7,7 @@ edition = "2018" [dependencies] anyhow = "1.0.38" byte-unit = { version = "4.0.9", default-features = false, features = ["std"] } -heed = { git = "https://github.com/Kerollmops/heed", tag = "v0.12.1" } +heed = { git = "https://github.com/meilisearch/heed", tag = "v0.12.1" } milli = { path = "../milli" } stderrlog = "0.5.1" structopt = { version = "0.3.21", default-features = false } diff --git a/http-ui/Cargo.toml b/http-ui/Cargo.toml index 19445673a..34b302f03 100644 --- a/http-ui/Cargo.toml +++ b/http-ui/Cargo.toml @@ -9,7 +9,7 @@ edition = "2018" anyhow = "1.0.38" byte-unit = { version = "4.0.9", default-features = false, features = ["std"] } crossbeam-channel = "0.5.0" -heed = { git = "https://github.com/Kerollmops/heed", tag = "v0.12.1" } +heed = { git = "https://github.com/meilisearch/heed", tag = "v0.12.1" } meilisearch-tokenizer = { git = "https://github.com/meilisearch/tokenizer.git", tag = "v0.2.7" } memmap2 = "0.5.0" milli = { path = "../milli" } diff --git a/infos/Cargo.toml b/infos/Cargo.toml index 781dfbd79..41c9241ba 100644 --- a/infos/Cargo.toml +++ b/infos/Cargo.toml @@ -8,7 +8,7 @@ edition = "2018" anyhow = "1.0.38" byte-unit = { version = "4.0.9", default-features = false, features = ["std"] } csv = "1.1.5" -heed = { git = "https://github.com/Kerollmops/heed", tag = "v0.12.1" } +heed = { git = "https://github.com/meilisearch/heed", tag = "v0.12.1" } milli = { path = "../milli" } roaring = "0.6.6" serde_json = "1.0.62" diff --git a/milli/Cargo.toml b/milli/Cargo.toml index 3bf641926..43123d53b 100644 --- a/milli/Cargo.toml +++ b/milli/Cargo.toml @@ -17,7 +17,7 @@ fst = "0.4.5" fxhash = "0.2.1" grenad = { version = "0.4.1", default-features = false, features = ["tempfile"] } geoutils = "0.4.1" -heed = { git = "https://github.com/Kerollmops/heed", tag = "v0.12.1", default-features = false, features = ["lmdb", "sync-read-txn"] } +heed = { git = "https://github.com/meilisearch/heed", tag = "v0.12.1", default-features = false, features = ["lmdb", "sync-read-txn"] } human_format = "1.0.3" levenshtein_automata = { version = "0.2.0", features = ["fst_automaton"] } linked-hash-map = "0.5.4" diff --git a/milli/fuzz/Cargo.toml b/milli/fuzz/Cargo.toml index 0456e7098..e734936fb 100644 --- a/milli/fuzz/Cargo.toml +++ b/milli/fuzz/Cargo.toml @@ -11,7 +11,7 @@ cargo-fuzz = true [dependencies] arbitrary = "1.0" libfuzzer-sys = "0.4" -heed = { git = "https://github.com/Kerollmops/heed", tag = "v0.12.1" } +heed = { git = "https://github.com/meilisearch/heed", tag = "v0.12.1" } serde_json = { version = "1.0.62", features = ["preserve_order"] } anyhow = "1.0" tempfile = "3.3"