Skip to content

docs(contributing): fix pinned Rust version and drop stale e2e_mcp.rs reference - #4172

Draft
gabrielgranata wants to merge 1 commit into
block:mainfrom
gabrielgranata:docs/contributing-drift
Draft

docs(contributing): fix pinned Rust version and drop stale e2e_mcp.rs reference#4172
gabrielgranata wants to merge 1 commit into
block:mainfrom
gabrielgranata:docs/contributing-drift

Conversation

@gabrielgranata

Copy link
Copy Markdown

Summary

Fixes two spots where CONTRIBUTING.md has drifted from the tree:

  • Rust version: the prerequisites table said 1.88+, but the toolchain is pinned to 1.95.0 in rust-toolchain.toml, which rustup picks up automatically. The row now states the pinned version and points at the pin file (matching the lefthook row's "(Hermit-pinned)" idiom), so the table can't silently disagree with the pin again.
  • Stale test reference: the End-to-End Tests section listed e2e_mcp.rs — MCP tool tests, but that file no longer exists in crates/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.tomlchannel = "1.95.0"
  • ls crates/buzz-test-client/tests/ → no e2e_mcp.rs; e2e_relay.rs, e2e_nostr_interop.rs, e2e_media.rs, e2e_media_extended.rs all present

🤖 Generated with Claude Code

… 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant