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

docs, Setting Up page, explain why the cargo installs are pinned? #586

Open
sprive opened this issue Nov 25, 2024 · 2 comments
Open

docs, Setting Up page, explain why the cargo installs are pinned? #586

sprive opened this issue Nov 25, 2024 · 2 comments

Comments

@sprive
Copy link

sprive commented Nov 25, 2024

Following Setting Up page, the tools versions are specified in pinned fashion..
Example:

...
$ cargo install cargo-binutils --vers 0.3.3

$ cargo size --version
cargo-size 0.3.3

Are these pins required, and if so: for what reason? the latest version is .3.6 for example.

@BartMassey
Copy link
Member

Those are the versions we successfully used when this was written. Check out https://github.com/rust-embedded/discovery-mb2 for the more recent version of the book, which has more recent versions of the dependencies. You're right that some text would be good there.

@sprive
Copy link
Author

sprive commented Dec 6, 2024

Awesome. That pointer helps (I had the newer v2 micro:bit, but I stumbled into the older guide). TY.

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

No branches or pull requests

2 participants