From 5389c51377a1a9f25cdfcfe5f3bb49883b47b4ee Mon Sep 17 00:00:00 2001 From: Max Ammann Date: Fri, 16 Sep 2022 16:56:47 +0200 Subject: [PATCH] Fix justfile for macOS (#171) --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 3960320d..7403d332 100644 --- a/justfile +++ b/justfile @@ -4,7 +4,7 @@ set shell := ["bash", "-c"] -export NIGHTLY_TOOLCHAIN := "nightly-2022-07-03-x86_64-unknown-linux-gnu" +export NIGHTLY_TOOLCHAIN := "nightly-2022-07-03" export CARGO_TERM_COLOR := "always" export RUST_BACKTRACE := "1"