Merged
Conversation
Collaborator
Author
|
So, we have two offenders: Do we allow them or do we want to try to find replacements / push for upstream crates to update? |
Collaborator
|
Collaborator
Author
|
Seems it's not an explicit feature yet: EmbarkStudios/cargo-deny#322, so I'll just ignore them specifically for now. |
Weibye
commented
Jun 16, 2022
Weibye
commented
Jun 16, 2022
Collaborator
|
Nice work, thanks! |
jkelleyrtp
pushed a commit
that referenced
this pull request
Oct 10, 2022
* Setup dependencies CI * eof * Remove bors stuff * Ignoring packages in dev-dependencies * Update deny.toml * Update deny.toml
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.
Objective
Fixes #163
Context
Copied from Bevy's setup, then removed all the specific crates that Bevy is ignoring.
This will run on pull requests and pushes if a
Cargo.tomlfile has changed, or thedeny.tomlhas changed.Feedback wanted