Skip to content

Releases: eopb/cargo-override

v0.0.8

06 Jan 12:18

Choose a tag to compare

Other

  • Upgraded dependencies

v0.0.7

12 Sep 11:54

Choose a tag to compare

Fixed

  • Remove reference to deprecated darwin.apple_sdk_11_0 on nix MacOS builds

Other

  • upgrade dependencies
  • bump to edition 2024

v0.0.6

14 Mar 17:00

Choose a tag to compare

Added

  • Added new command 'cargo rm-override' for removing overrides (#133)

Other

  • Bumped dependencies

v0.0.5

14 Sep 14:11
dc4c853

Choose a tag to compare

Added

  • Support for Windows, tested in CI

Fixed

  • Escaping of paths which was causing panics on Windows (#134)
  • Typos in error messages (#143)

Other

  • Some dependency upgrades

v0.0.4

11 Sep 18:28
34a0538

Choose a tag to compare

Added

  • Implement --force flag for ignoring correctness and compatibility checks (#127)

v0.0.3

08 Sep 11:14

Choose a tag to compare

Fixed

  • Missing styling in CLI help text

Other

  • Introduced nix flake installation method
  • Started running tests on MacOS in CI

v0.0.2

04 Sep 19:16

Choose a tag to compare

Other

  • First release with a changelog 🚀