Releases: cmyr/cargo-instruments
Releases · cmyr/cargo-instruments
0.4.9
Update to cargo 1.73, and adds some logging for development purposes.
0.4.8
- support cargo 0.66.0
- add --manifest-path argument support
0.4.7
Add support for vendoring openssl (#66)
0.4.6
- add
--package
flag
- add support for custom profiles
- update to cargo 0.62
0.4.5
Update cargo
to 0.60.0
update to Rust 2021 edition
0.4.4
Update cargo, supporting new manifest fields and 2021 edition (#53)
0.4.3
Fix a bug where we would fail to correctly parse macOS version numbers that included a patch field (e.g. 11.5.1, 10.15.7).
0.4.2
Better M1 support and minor fixes
- sign binary with custom entitlements on ARM (fixes issue with allocation template not working) (#46)
- avoid colons in file names (#47)
- add
--all-features
and --no-default-features
support (#49)
0.4.1
- Fixes a crash when parsing new macOS version numbers (#37)