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

Printing ASCII cats to the terminal: Typo in cargo add #310

Open
BulkBeing opened this issue Jul 23, 2024 · 0 comments
Open

Printing ASCII cats to the terminal: Typo in cargo add #310

BulkBeing opened this issue Jul 23, 2024 · 0 comments

Comments

@BulkBeing
Copy link

It happened on this page

https://fasterthanli.me/series/building-a-rust-service-with-nix/part-3#hitting-the-cat-api

Here's what the issue is

One hyphen is missing:

cargo add tokio@1 -features full

Should be:

cargo add tokio@1 --features full
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

1 participant