Releases: cmyr/cargo-instruments
Releases · cmyr/cargo-instruments
0.4.0
- When available, we will now use
xctrace
instread ofinstruments
. - 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.
0.3.0
Update to work with the new Cargo.lock
format.