Cargo Watch 8.0.0

Release notes

Never released to crates.io

  • Breaking change: #177 the order of -x and -s is now respected. (This never actually happened. The code was not merged.)

    Example: cargo watch -s 'echo before' -x test -s 'echo after'
    Before: would run cargo test && echo before && echo after.
    Now: runs echo before && cargo test && echo after.

  • Experimental: --notify/-N flag sends a desktop notification when a change is observed (which may or may not trigger a command restart). While objectively the better behaviour would be to notify on command finish and vary the notification on exit status, we just can't do that at the moment with the current architecture.

Packages

OS Arch Variant Download
Linux AArch64 glibc DEB (1013 KB)
XZ (1000 KB)
ARMv7 HF glibc DEB (1.1 MB)
XZ (1 MB)
x86-64 glibc DEB (801 KB)
XZ (786 KB)
musl DEB (817 KB)
XZ (803 KB)
Windows AArch64 MSVC Zip (758 KB)
x86-64 MSVC Zip (824 KB)
macOS x86-64 XZ (634 KB)

View release on GitHub.

Checksums

BLAKE3 checksums Automated signature (key) Félix’s signature (key)
SHA512 checksums Automated signature (key) Félix’s signature (key)

version released on 2021-07-30 | this page built on 2022-02-19 at 12:26 | generator v0.0.2 | json metadata