cmyr / cargo-instruments

A cargo plugin to generate Xcode Instruments trace files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make a new release

irevoire opened this issue · comments

commented

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?

oops yes I've been meaning to do this, thanks for the ping!

0.4.6 is published.