Created attachment 253305 [details] Fix build with rust 1.80.0
Thanks for the patch. I'm testing it, and will get back to you. For future, please submit patches in the git format-patch[0] format, which are very easy to apply with git am[1]. References: [0] https://git-scm.com/docs/git-format-patch [1] https://git-scm.com/docs/git-am
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=b7970a832d9e227317b98b05aa5389d2b0d0b961 commit b7970a832d9e227317b98b05aa5389d2b0d0b961 Author: Vladyslav Movchan <vladislav.movchan@gmail.com> AuthorDate: 2024-09-03 20:00:38 +0000 Commit: Ashish SHUKLA <ashish@FreeBSD.org> CommitDate: 2024-09-04 04:28:09 +0000 textproc/meilisearch: Fix build with rust 1.80.0 PR: 281254 textproc/meilisearch/Makefile | 2 +- ...-0.3.34_src_format__description_parse_mod.rs (new) | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-)
Committed, thanks!
(In reply to Ashish SHUKLA from comment #3) Thank you!