Fix justfile for macOS (#171)

This commit is contained in:
Max Ammann 2022-09-16 16:56:47 +02:00 committed by GitHub
parent a8f704a31a
commit 5389c51377
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"