Remove moq-lite stub crate#1492
Conversation
The moq-lite crate was a deprecated re-export of moq-net kept around as a migration shim after the rename. Drop the workspace member and update the stale links that pointed at its source. The published 0.17.0 stays on crates.io as the final shim for anyone still depending on the old name. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
Warning Review limit reached
Your plan includes 4 reviews of capacity. Refill in 10 minutes and 26 seconds. Your organization has run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After more review capacity refills, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than trial, open-source, and free plans. In all cases, review capacity refills continuously over time. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (9)
✨ Finishing Touches✨ Simplify code
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 |
Summary
rs/moq-lite/, the deprecated re-export ofmoq-netleft over from the rename.Cargo.tomland regenerateCargo.lock.rs/moq-litelink inrs/conducer/README.mdto point atrs/moq-net.rs/moq-net/README.mdandrs/moq-net/CHANGELOG.mdthat linked to the now-deleted directory.Notes for reviewers
moq-lite(confirmed viagrepacross allCargo.tomlfiles), so removal is a no-op for build graph consumers.0.17.0shim already published on crates.io remains as the final version for anyone still on the old name; nothing here unpublishes it..release-plz.tomlentry is needed (contrast with themoq-clockprecedent in f9eb9db, which kept the crate around and setrelease = false).moq-lite(the wire protocol, docs at/concept/layer/moq-lite, ALPN strings, etc.) are intentionally untouched.just checkpasses locally.Test plan
just check🤖 Generated with Claude Code