-
Notifications
You must be signed in to change notification settings - Fork 93
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
Can't find crate for alloc
#110
Comments
Yes. Something like this:
|
Yup, that's done it. Thanks. |
I tried the collections trick, but just get: error: no matching package named I'm using a custom target. Is there some new way of doing this? |
The collections crate doesn't exist any more for... ages. What's your |
The collections bit was the only thing I could find when searching for the problem. The more recent answer I found said they fixed it by switching to cargo xbuild, and so I spent 5 minutes switching to that which seems to fix all that and in general feels a bit less hacky for my use case. The only thing I wish is that there was an equivalent |
I've updated to Xargo 0.3.2, but github.com/thejpster/launchpad-rs won't build any more.
Do I need a Xargo.toml file to get it to build alloc and collections? Target is
The text was updated successfully, but these errors were encountered: