From e27e594b9b1ba5833d5820bfb85bab75e52777d8 Mon Sep 17 00:00:00 2001 From: Lasse Alm Date: Thu, 12 Sep 2024 12:03:26 +0200 Subject: [PATCH] test --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9614e91e..7a5a7a31 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Everything in this repository should build with stable rust at the moment (at le cargo +nightly-2022-06-09 fmt ``` (the exact version used by the CI can be found in [.github/workflows/ci.yaml](.github/workflows/ci.yaml) file). -You will need to have a recent enough nightly version installed, which can be done via +You will need to have a recent enough nightly version installed, which can be done via asd ```shell rustup toolchain install nightly-2022-06-09