Skip to content

v7.2.0: crash on error, invocation without watch

Compare
Choose a tag to compare
@passcod passcod released this 18 Feb 11:25
  • Fixed a crash on error due to an upstream bug.
  • Allowed direct invocation without the watch argument, such that all these now do the same: (#114)
$ cargo watch
$ cargo-watch watch
$ cargo-watch # <== NEW!