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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should consider specifying a version for
cargo-make
as withcargo-deny
, we already pin to versions in the build as "known working". We have even discussed listing out all external dependencies at the versions we know to work and that we use for builds.That said, I think we can make a judgement call here in saying that we would expect
cargo-make
to "in general" work for building with (handwave) as we've not experienced any major breaking changes when bumping to a later version ofcargo-make
ourselves.A related note: I recently tested with a more recent
cargo-make
than is pinned in the container:0.25.1
, that pin needs to be updated!There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's move forward without pinning to a version until we have to.
cargo-deny
is a special case here, and hopefully will be fixed soon, after which we will remove the version from it also.