chore: use specific working nightly version

This commit is contained in:
skoupidi
2024-04-13 16:22:24 +03:00
parent d3c1000093
commit ee6f54c99e
3 changed files with 13 additions and 13 deletions

View File

@@ -106,7 +106,7 @@ nightly version, which was known to work:
Now we can use that toolchain in `make` directly:
```shell
% make CARGO="cargo +nightly-2024-02-01" {target}
% make CARGO="cargo +nightly-2024-04-05" {target}
```
Or, if we are lazy, we can modify the `Makefile` to always use that: