From b598e4bd1559ac9e679914d78fb085c7d570e4e0 Mon Sep 17 00:00:00 2001 From: kranurag7 <81210977+kranurag7@users.noreply.github.com> Date: Wed, 21 Aug 2024 21:44:27 +0530 Subject: [PATCH] ftbfs: meilisearch (#26806) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit time crate fails to compile with latest stable version of rust. this commit updates the crate to the latest version.
scan results

```bash [sdk] ❯ wolfictl scan ./packages/aarch64/meilisearch-1.9.0-r0.apk 🔎 Scanning "./packages/aarch64/meilisearch-1.9.0-r0.apk" ✅ No vulnerabilities found ```

Related: https://github.com/wolfi-dev/os/issues/26401 Signed-off-by: kranurag7 <81210977+kranurag7@users.noreply.github.com> --- meilisearch.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meilisearch.yaml b/meilisearch.yaml index 0265d791e15..8966dea5739 100644 --- a/meilisearch.yaml +++ b/meilisearch.yaml @@ -1,7 +1,7 @@ package: name: meilisearch version: 1.9.0 - epoch: 0 + epoch: 1 description: "A lightning-fast search engine that fits effortlessly into your apps, websites, and workflow." copyright: - license: MIT @@ -25,6 +25,7 @@ pipeline: - name: Configure and build runs: | + cargo update --precise 0.3.36 --package time cargo build --release --locked -vv mkdir -p ${{targets.destdir}}/usr/bin/ mv target/release/meilisearch ${{targets.destdir}}/usr/bin/