Skip to content

v8.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Jan 06:58
· 23 commits to 8.x since this release
v8.5.0
881e116

Cargo Watch is a tool to watch your Cargo-based project and run commands when files change. It focuses on the Rust development experience and aims to be flexible enough to suit most without becoming complicated to use. Install or upgrade it today with cargo binstall cargo-watch, or cargo install cargo-watch if you don't have Binstall yet.

Announce: https://cohost.org/watchexec/post/4074115-cargo-watch-8-5-0

In this release:

  • New -x-less syntax for select cargo subcommands, e.g. cargo watch clippy (#297)
  • Add hint to bash completion for -x (#296 by @pseyfert)