chore: downgrade rust-version to 1.91#136
Conversation
|
Concern: MSRV claim is unverified The project pins to To make this change meaningful you would need to:
Without that, lowering |
|
Thanks for the concern — addressed by running the verification on real stable 1.91. I temporarily overrode the Local override (not committed): # rust-toolchain.toml — temporary, for verification only
[toolchain]
channel = "1.91"
components = ["rustfmt", "clippy", "rust-src", "rust-analyzer"]
Verification (all green on stable 1.91.1): 并且,下面这个版本(下游 mega-reth 里面 rust-toolchain.toml) [toolchain]
channel = "nightly-2025-08-18"
components = ["rustfmt", "clippy", "rust-src", "miri", "rust-analyzer"]也通过了测试 |
|
Claude finished @flyq's task in 21s —— View job Thanks for the thorough follow-up — the concern is addressed. Running The additional verification against the downstream No further concerns on my end. The change looks good to merge. |
Summary
rust-versionfrom1.95to1.91inCargo.toml.Test plan
cargo build --workspaceon a 1.91 toolchaincargo check --workspace --all-targets --all-featurescargo test --workspace