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

Adding multiple crates doesn't seem to work #92

Closed
jimmycuadra opened this issue Aug 13, 2016 · 2 comments
Closed

Adding multiple crates doesn't seem to work #92

jimmycuadra opened this issue Aug 13, 2016 · 2 comments

Comments

@jimmycuadra
Copy link

I've never been able to get cargo add to add multiple crates at once. I always get a 404 from crates.io:

$ cargo add iron log mount
Command failed due to unhandled error: crates.io Error: NotFound

I've ensured I have the latest version installed and have tried using commas instead of spaces as the separator, but I always get this result.

@killercup
Copy link
Owner

Thanks for the report, I'll try to look into it in the next days.

I actually thought we had a test for this. Maybe it's a problem with how we query crates.io.

@mbr
Copy link

mbr commented Aug 25, 2016

Can confirm on 0.1.3, same error.

killercup added a commit that referenced this issue Jan 2, 2017
This way, we can actually differentiate between packages when adding
more than one. This would've caught #92.
@homu homu closed this as completed in #101 Jan 3, 2017
homu added a commit that referenced this issue Jan 3, 2017
…rcup

New year, new bugfixes

This is a rollup of #98 (which replaces #78), #99, and #100.

@sebasgarcep and @sinkuu, thank you for your PRs! Do you have time to review this? I've add a few tests and changed to code slightly, before running Rustfmt and Clippy.

Just to make sure Github gets all the references:

Fixes #52
Fixes #88
Fixes #92
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants