cmyr / cargo-instruments

A cargo plugin to generate Xcode Instruments trace files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

failed to get `chrono` as a dependency of package ...

link-duan opened this issue · comments

MacOS 14.0 Apple M1

I have no idea; this looks like a cargo issue? Googling brings me to https://stackoverflow.com/questions/69498373/cargo-error-failed-to-get-x-as-a-dependency

I stumbled on a similar issue: cargo build / cargo update had no issue but cargo instruments would fail getting some dependency. Building from master with cargo install --git https://github.com/cmyr/cargo-instruments seemingly fixed the issue.

There was probably some breaking changes in cargo that 7754a4c fixed.

noted, will release a new version shortly.

okay, try updating to cargo-instruments 0.4.9, and let me know if that solves this problem?