Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Specify cargo-deny version in INSTALL.md #631

Merged
merged 1 commit into from
Jan 8, 2020
Merged

Conversation

zmrow
Copy link
Contributor

@zmrow zmrow commented Jan 7, 2020

Issue #, if available:
N/A

Description of changes:
Specify the version of cargo-deny that needs to be installed to make everything work. Trying to cargo make world with the latest version of cargo-deny from crates.io doesn't work.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@zmrow zmrow requested a review from tjkirch January 7, 2020 21:08
@iliana
Copy link
Contributor

iliana commented Jan 7, 2020

cross-referencing #531

@@ -18,7 +18,8 @@ We also use [cargo-deny](https://github.com/EmbarkStudios/cargo-deny) during the
To get these, run:

```
cargo install cargo-make cargo-deny
cargo install cargo-make
Copy link
Member

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 with cargo-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 of cargo-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!

Copy link
Contributor Author

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.

@zmrow zmrow merged commit ee4919b into develop Jan 8, 2020
@zmrow zmrow deleted the cargodenyversion branch January 8, 2020 13:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants