From 16636c863701e3c7c4ef0218b35f158b244fe85c Mon Sep 17 00:00:00 2001 From: ivmarkov Date: Sun, 5 Jan 2025 12:17:28 +0000 Subject: [PATCH] Restore a forgotten + --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index eb23dde..104ee0f 100644 --- a/justfile +++ b/justfile @@ -2,7 +2,7 @@ export SSID := "Dummy" export PASSWORD := "Dummy" all: (check "esp32" "esp") (check "esp32s3" "esp") (check "esp32c3" "nightly-2024-12-01") - cd esp-mbedtls && cargo nightly-2024-12-01 fmt --all -- --check + cd esp-mbedtls && cargo +nightly-2024-12-01 fmt --all -- --check [private] check arch toolchain: