Skip to content

Commit

Permalink
Merge #5385
Browse files Browse the repository at this point in the history
5385: Bump mini-dashboard v0.2.18 r=Kerollmops a=Strift

## Description

The previous build didn't have the environment variable correctly configured, so form submissions didn't work. 

We fixed the build in meilisearch/mini-dashboard#592, and this PR uses the new mini-dashboard build.

Related to #5361.

## To-do

- [x] Update assets-url
- [x] Update sha1

## PR checklist
Please check if your PR fulfills the following requirements:
- [x] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)?
- [x] Have you read the contributing guidelines?
- [x] Have you made sure that the title is accurate and descriptive of the changes?

Thank you so much for contributing to Meilisearch!


Co-authored-by: Strift <[email protected]>
  • Loading branch information
meili-bors[bot] and Strift authored Mar 5, 2025
2 parents 8255a7f + 39771a6 commit ff138ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/meilisearch/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -169,5 +169,5 @@ german = ["meilisearch-types/german"]
turkish = ["meilisearch-types/turkish"]

[package.metadata.mini-dashboard]
assets-url = "https://github.com/meilisearch/mini-dashboard/releases/download/v0.2.17/build.zip"
sha1 = "29e92ce25f306208a9c86f013279c736bdc1e034"
assets-url = "https://github.com/meilisearch/mini-dashboard/releases/download/v0.2.18/build.zip"
sha1 = "b408a30dcb6e20cddb0c153c23385bcac4c8e912"

0 comments on commit ff138ec

Please sign in to comment.