chore(rust): add just target for cargo-deny#19520
Merged
Conversation
3 tasks
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #19520 +/- ##
==========================================
- Coverage 75.5% 75.5% -0.1%
==========================================
Files 675 675
Lines 71571 71571
==========================================
- Hits 54079 54070 -9
- Misses 17348 17357 +9
Partials 144 144
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
53f6c3a to
34db299
Compare
sebastianst
approved these changes
Mar 13, 2026
9 tasks
Add a `deny` target to the Rust justfile that runs `cargo deny --all-features check all`, and update CI to use it instead of invoking cargo deny directly. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
34db299 to
fe6b044
Compare
ClaytonNorthey92
pushed a commit
to hemilabs/optimism
that referenced
this pull request
Mar 19, 2026
Add a `deny` target to the Rust justfile that runs `cargo deny --all-features check all`, and update CI to use it instead of invoking cargo deny directly. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
ClaytonNorthey92
pushed a commit
to hemilabs/optimism
that referenced
this pull request
Mar 23, 2026
Add a `deny` target to the Rust justfile that runs `cargo deny --all-features check all`, and update CI to use it instead of invoking cargo deny directly. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.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
denyjust target torust/justfilethat runscargo deny --all-features check allrust-ci.yml) to usejust denyinstead of invoking cargo deny directlydocs/ai/rust-dev.mdto reference the new targetStacked on #19518.
Test plan
cd rust && just denylocally — should produce same output ascargo deny --all-features check allrust-denyjob passes🤖 Generated with Claude Code