Install Rust before make jerboa (native-bundle needs cargo)

ober

d1d9afe62c09bc8930226967e2d320d688794497

diff --git a/.builds/ci.yml b/.builds/ci.yml
index b487432..0832868 100644
--- a/.builds/ci.yml
+++ b/.builds/ci.yml
@@ -14,8 +14,6 @@ packages:
 - libfuse-dev
 - zlib1g-dev
 - liblz4-dev
-- cargo
-- rustc
 sources:
 - https://git.sr.ht/~lisp/jerboa
 - https://git.sr.ht/~lisp/jerboa-dns
@@ -24,12 +22,11 @@ artifacts:
 tasks:
 - build-jerboa: |
     cd jerboa
+    curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | \
+      sh -s -- -y --profile minimal --default-toolchain 1.94.1
+    source "$HOME/.cargo/env"
     make jerboa CHEZ_CONFIGURE_EXTRA=--disable-x11
     echo 'export PATH="$HOME/jerboa/dist:$PATH"' >> ~/.buildenv
-- setup-rust: |
-    # Install Rust toolchain matching jerboa's native FFI build.
-    curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --profile minimal --default-toolchain 1.88.0
-    echo 'source "$HOME/.cargo/env"' >> ~/.buildenv
 - package: |
     cd jerboa-dns
     J="$HOME/jerboa/dist/jerboa"