cmyr / cargo-instruments

A cargo plugin to generate Xcode Instruments trace files
MIT License
672 stars 34 forks source link

Upgrade cargo crate #104

Closed obmarg closed 3 months ago

obmarg commented 5 months ago

I was trying to use cargo instruments and it was choking on a Cargo.toml file in my workspace. I'm not sure precisely what it didn't like, but upgrading the cargo crate has fixed it. Presumably there's some newer cargo feature that I'm using and this older version of the crate doesn't support.

cmyr commented 3 months ago

very sorry for letting this sit for so long! I've updated to cargo 0.80 in #105, and just pushed released v4.10.0. Please let me know if you have any issues!