fixed artifact dep

This commit is contained in:
Parker TenBroeck 2026-03-11 13:40:36 -04:00
parent d979e99ce5
commit 53eb596861
7 changed files with 18 additions and 57 deletions

View file

@ -3,5 +3,5 @@ set -euo pipefail
pushd relay >/dev/null
cargo run --release -- "$@"
cargo +nightly run -Z bindeps --release -- "$@"
popd >/dev/null