docs(contributing): fix pinned Rust version and drop stale e2e_mcp.rs reference - #4172
Draft
gabrielgranata wants to merge 1 commit into
Draft
docs(contributing): fix pinned Rust version and drop stale e2e_mcp.rs reference#4172gabrielgranata wants to merge 1 commit into
gabrielgranata wants to merge 1 commit into
Conversation
… reference CONTRIBUTING.md drifted from the tree in two places: - The prerequisites table said Rust 1.88+, but the toolchain is pinned to 1.95.0 via rust-toolchain.toml (rustup picks the pin up automatically). State the pinned version and point at the pin file so the table cannot silently disagree with it again. - The end-to-end test list cited crates/buzz-test-client/tests/e2e_mcp.rs, which no longer exists; the other four listed files all do. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Signed-off-by: gabrielgranata <gabriel.granata@hotmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fixes two spots where
CONTRIBUTING.mdhas drifted from the tree:1.88+, but the toolchain is pinned to 1.95.0 inrust-toolchain.toml, which rustup picks up automatically. The row now states the pinned version and points at the pin file (matching thelefthookrow's "(Hermit-pinned)" idiom), so the table can't silently disagree with the pin again.e2e_mcp.rs — MCP tool tests, but that file no longer exists incrates/buzz-test-client/tests/. The other four listed files all still exist, so this is a one-line removal. (AGENTS.md's equivalent e2e list already omits it.)Related issue
None found — searched open and closed issues/PRs for the Rust-version row,
e2e_mcp, and CONTRIBUTING drift; nothing covers these.Testing
Docs-only change; no code paths touched. Verified against
main@ac4fa13:cat rust-toolchain.toml→channel = "1.95.0"ls crates/buzz-test-client/tests/→ noe2e_mcp.rs;e2e_relay.rs,e2e_nostr_interop.rs,e2e_media.rs,e2e_media_extended.rsall present🤖 Generated with Claude Code