Cargo Instruments Versions Save

A cargo plugin to generate Xcode Instruments trace files

v0.4.9

6 months ago

Update to cargo 1.73, and adds some logging for development purposes.

v0.4.8

1 year ago
  • support cargo 0.66.0
  • add --manifest-path argument support

v0.4.7

1 year ago

Add support for vendoring openssl (#66)

v0.4.6

1 year ago
  • add --package flag
  • add support for custom profiles
  • update to cargo 0.62

v0.4.5

2 years ago

Update cargo to 0.60.0 update to Rust 2021 edition

v0.4.4

2 years ago

Update cargo, supporting new manifest fields and 2021 edition (#53)

v0.4.3

2 years ago

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).

v0.4.2

2 years ago

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)

v0.4.1

2 years ago
  • Fixes a crash when parsing new macOS version numbers (#37)

v0.4.0

3 years ago
  • When available, we will now use xctrace instread of instruments.
  • The --open flag is deprecated; we now open the generated file by default.
  • New --no-open flag to disable opening.
  • When using xctrace, we will pipe the stdout/stderr of the target binary to the originating terminal.