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

Incorrect ferris-says crate version referenced for Getting Started example. #1866

Closed
Tracked by #1863 ...
Ninja-Spotted opened this issue Sep 19, 2023 · 1 comment
Closed
Tracked by #1863 ...
Labels
A-Content The written content on the website. C-Bug Something isn't working.

Comments

@Ninja-Spotted
Copy link

What needs to be fixed?

In the getting started page there is a reference to the ferris-says crate that uses syntax from version 0.3.1 in the "A small Rust application" code but when installed via cargo the command shown is cargo add ferris-says@0.2. Which throws a type error when building.

Page(s) Affected

The page affected is the Getting Started.

Suggested Improvement

To fix it, simply change cargo add ferris-says@0.2 to cargo add ferris-says@0.3.1 or similar.

@Ninja-Spotted Ninja-Spotted added A-Content The written content on the website. C-Bug Something isn't working. labels Sep 19, 2023
@Manishearth
Copy link
Member

Fixed in #1861 . We haven't deployed yet

@Manishearth Manishearth closed this as not planned Won't fix, can't repro, duplicate, stale Sep 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Content The written content on the website. C-Bug Something isn't working.
Projects
None yet
Development

No branches or pull requests

2 participants