docs(evm): correct stale revm 37 module doc to revm 38#718
Conversation
`crates/sentrix-evm/src/lib.rs:1` had `//! sentrix-evm — EVM execution layer (revm 37) for Sentrix blockchain.` Workspace dep has been on revm = \"38\" since the bump landed earlier in 2.2.x. Cargo.toml, README, and CHANGELOG already reflect v38; only this top-of-file module doc lagged. Pure docstring update, no code change.
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe PR updates the crate-level documentation string in Estimated code review effort🎯 1 (Trivial) | ⏱️ ~1 minute Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Single-line fix.
crates/sentrix-evm/src/lib.rs:1lagged behind the workspace's revm = "38" pin. Cargo.toml, README, and CHANGELOG already correct.Risk tier: 🟢 Low — docstring only, no code change.
Summary by CodeRabbit