Radish alpha
r
Git libraries for Radicle
Radicle
Git (anonymous pull)
Log in to clone via SSH
scripts: remove +nightly from fmt
Fintan Halpenny committed 2 years ago
commit 331dbe7e2ec7e909cb0335ed71c4f3c8fd4d5220
parent dd6bb6fc58a57d293c955e616aa9fd21f10e8e26
1 file changed +1 -1
modified scripts/ci/fmt
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
set -eoux pipefail

-
cargo +nightly fmt -- --check
+
cargo fmt -- --check