mirror of
https://github.com/logos-blockchain/logos-blockchain-circuits.git
synced 2026-05-19 07:49:30 +00:00
8 lines
404 B
TOML
8 lines
404 B
TOML
|
|
[toolchain]
|
||
|
|
# Also, update the version of the nightly toolchain to the latest nightly of the new version specified in the following places:
|
||
|
|
# * .github/workflows/lint.yml (fmt step)
|
||
|
|
# * .pre-commit-config.yaml (fmt hook)
|
||
|
|
channel = "1.95.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"]
|