Chore: flush out requirement for nightly

This commit is contained in:
Denis Benato
2025-10-20 00:39:17 +02:00
parent d8f06230fa
commit 60fce30a06
7 changed files with 38 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/sh
set -e
echo '+cargo +nightly fmt --all -- --check'
cargo +nightly fmt --all -- --check
echo '+cargo fmt --all -- --check'
cargo fmt --all -- --check
git add -u