Releases: vojtechkral/cargo-fixture
Releases · vojtechkral/cargo-fixture
cargo-fixture v1.2.2
- Fix: standard output is now being forwarded from the fixture program as well (previously only stderr was)
- Update dependencies
- Increase MSRV to 1.74
cargo-fixture v1.2.0
- Add the
--nextest
flag. - Add
FixtureClient::set_env_vars()
. - Increase MSRV to v1.69.
cargo-fixture v1.1
- Add the
--shell
flag - Fix a stuck state when fixture immediately exits
- Fix a CLI flag error message
cargo-fixture v1.0
Initial release.