Hello!
I wanted to try this tool, but when I install it with cargo install and try to monitor my program, it doesn’t work.
Here is the error message I receive;
Updating crates.io index
Failed no matching package named `charabia` found
location searched: registry `crates-io`
required by package `milli v0.29.3 (https://github.com/meilisearch/milli.git?tag=v0.29.3#f1d848bb)`
... which satisfies git dependency `milli` (locked to 0.29.3) of package `meilisearch-auth v0.28.0 (/Users/irevoire/MeiliSearch/meilisearch-auth)`
... which satisfies path dependency `meilisearch-auth` (locked to 0.28.0) of package `meilisearch-http v0.28.0 (/Users/irevoire/MeiliSearch/meilisearch-http)`
no matching package named `charabia` found
location searched: registry `crates-io`
required by package `milli v0.29.3 (https://github.com/meilisearch/milli.git?tag=v0.29.3#f1d848bb)`
... which satisfies git dependency `milli` (locked to 0.29.3) of package `meilisearch-auth v0.28.0 (/Users/irevoire/MeiliSearch/meilisearch-auth)`
... which satisfies path dependency `meilisearch-auth` (locked to 0.28.0) of package `meilisearch-http v0.28.0 (/Users/irevoire/MeiliSearch/meilisearch-http)`
BUT, if I build it from the source, it works. Thus, maybe we just need to do a new release?
Hello! I wanted to try this tool, but when I install it with
cargo install
and try to monitor my program, it doesn’t work. Here is the error message I receive;BUT, if I build it from the source, it works. Thus, maybe we just need to do a new release?