mirror of
https://github.com/logos-co/nomos.git
synced 2026-08-27 09:31:15 +00:00
14 lines
770 B
TOML
14 lines
770 B
TOML
[toolchain]
|
|
# Keep this version in sync also in the following places:
|
|
# * flake.nix
|
|
# * deployment/Dockerfile
|
|
# * tests/testing_framework/assets/runtime/Dockerfile.node (2 places)
|
|
# * tests/testing_framework/assets/runtime/Dockerfile.cfgsync
|
|
# Also, update the version of the nightly toolchain to the latest nightly of the new version specified in the following places:
|
|
# * .github/workflows/code-check.yml (fmt job)
|
|
# * .pre-commit-config.yml (fmt hook)
|
|
# Then, if there is any new allow-by-default rustc lint introduced/stabilized, add it to the respective entry in our `config.toml`.
|
|
channel = "1.97.1"
|
|
# Even if clippy should be included in the default profile, in some cases it is not installed. So we force it with an explicit declaration.
|
|
components = ["clippy"]
|