mirror of
https://github.com/logos-blockchain/logos-blockchain-testing.git
synced 2026-01-02 05:13:09 +00:00
13 lines
696 B
TOML
13 lines
696 B
TOML
[toolchain]
|
|
# Keep this version in sync also in the following places:
|
|
# * Dockerfile
|
|
# * flake.nix
|
|
# * testing-framework/assets/stack/Dockerfile
|
|
# 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 = "nightly-2025-09-14"
|
|
# 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", "rustfmt"]
|