C

cargo-watch

C
cargo-watch Languages v8.5.3

v8.5.3

This is the final release of Cargo Watch. Cargo Watch is now dormant: it will not receive further updates, but does remain available. I (@passcod) currently have very little time to dedicate to unpaid OSS. There is a significant amount of work I deem required to get Watchexec (the library) to a good-enough state to bring its improvements to Cargo Watch, and that has been the case for years without…

C
cargo-watch Languages v8.5.2

v8.5.2

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. In this release: Fix error when using old cargo watch -- ca…

C
cargo-watch Languages v8.5.1

v8.5.1

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. In this release: Fix error when using new cargo watch clipp…

C
cargo-watch Languages v8.5.0

v8.5.0

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-w…

C
cargo-watch Languages v8.4.1

v8.4.1

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. In this release: Ignore rustc-ice-* logs by default (#277)

C
cargo-watch Languages v8.4.0

v8.4.0

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. In this release: Fix a critical bug where signals sent to c…

C
cargo-watch Languages v8.3.0

v8.3.0

Add --env-file option to read environment variables from file, like a .env. Note that .env files are not automatically loaded, you do need to provide the option. (#235, #236) Add -L, -E, --env-var to manpage and completions file. (#236)

C
cargo-watch Languages v8.2.2

v8.2.2

Fix Linux GNU builds for older debians (#234)

C
cargo-watch Languages v8.2.1

v8.2.1

Fix the top-level workspace directory not getting watched when it's a virtual workspace. (#226)

C
cargo-watch Languages v8.2.0

v8.2.0

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. In this release: Local dependencies are watched even when t…