From 709d7e49caa7580194170b784526c874393908b6 Mon Sep 17 00:00:00 2001 From: Risu <79110363+risu729@users.noreply.github.com> Date: Sat, 21 Jun 2025 20:45:42 +1000 Subject: [PATCH] fix(registry): use aqua backend for watchexec --- registry.toml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/registry.toml b/registry.toml index 4e6079ae53..235a88abe7 100644 --- a/registry.toml +++ b/registry.toml @@ -2056,7 +2056,13 @@ wasmtime.backends = [ "aqua:bytecodealliance/wasmtime", "asdf:tachyonicbytes/asdf-wasmtime" ] -watchexec.backends = ["ubi:watchexec/watchexec", "asdf:nyrst/asdf-watchexec"] +watchexec.backends = [ + "aqua:watchexec/watchexec", + "ubi:watchexec/watchexec", + "asdf:nyrst/asdf-watchexec", + "cargo:watchexec-cli" +] +watchexec.test = ["watchexec --version", "watchexec {{version}}"] waypoint.backends = [ "aqua:hashicorp/waypoint", "asdf:mise-plugins/mise-hashicorp"