Skip to content

Commit

Permalink
ftbfs: meilisearch (#26806)
Browse files Browse the repository at this point in the history
time crate fails to compile with latest stable version of rust. this
commit updates the crate to the latest version.

<details><summary> scan results </summary>
<p>

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

</p>
</details> 

Related: #26401

Signed-off-by: kranurag7 <[email protected]>
  • Loading branch information
kranurag7 authored Aug 21, 2024
1 parent 554aa6a commit b598e4b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion meilisearch.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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/
Expand Down

0 comments on commit b598e4b

Please sign in to comment.