Files
nomos-node/rust-toolchain.toml

14 lines
759 B
TOML

[toolchain]
# Keep this version in sync also in the following places:
# * flake.nix
# * deployment/Dockerfile
# * tests/testing_framework/assets/runtime/Dockerfile.node
# * 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.96.0"
# 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"]