From 0ad2f57a9215f1028778d8e3668c3cb7f32709f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Renault?= Date: Tue, 3 Dec 2024 11:35:45 +0100 Subject: [PATCH] Update bbqueue repo to point to the meilisearch org --- Cargo.lock | 2 +- crates/milli/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 038b269ce..3c2fb711e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -492,7 +492,7 @@ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" [[package]] name = "bbqueue" version = "0.5.1" -source = "git+https://github.com/kerollmops/bbqueue#cbb87cc707b5af415ef203bdaf2443e06ba0d6d4" +source = "git+https://github.com/meilisearch/bbqueue#cbb87cc707b5af415ef203bdaf2443e06ba0d6d4" [[package]] name = "benchmarks" diff --git a/crates/milli/Cargo.toml b/crates/milli/Cargo.toml index a88401470..2a959b654 100644 --- a/crates/milli/Cargo.toml +++ b/crates/milli/Cargo.toml @@ -98,7 +98,7 @@ allocator-api2 = "0.2.18" rustc-hash = "2.0.0" uell = "0.1.0" enum-iterator = "2.1.0" -bbqueue = { git = "https://github.com/kerollmops/bbqueue" } +bbqueue = { git = "https://github.com/meilisearch/bbqueue" } flume = { version = "0.11.1", default-features = false } [dev-dependencies]