mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-06-12 19:23:07 +08:00
- add ecc2/rust-toolchain.toml pinning stable 1.96 (deps now require edition2024, which needs rustc 1.85+; local 1.84 could no longer build) - make git test fixtures hermetic: disable core.hooksPath inside temp repos so global identity-checking pre-push hooks cannot fail tests
5 lines
127 B
TOML
5 lines
127 B
TOML
[toolchain]
|
|
# Minimum 1.85 required: several dependencies use edition2024.
|
|
channel = "1.96"
|
|
components = ["rustfmt", "clippy"]
|