-
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
changing crate names in quick-start-workspace causes breakage (failed to load manifest) #723
Comments
I have been experiencing the same issue. |
Hi @hustlerone thanks for the report! Do you have a reproduction flake I can take a closer look at? |
Here's the flake, along with the workaround:
|
(the aforementioned workaround is adding them into the fileset) |
Thanks I was able to spot the issue: cargo is unhappy if any concrete The template will be fixed in #728 |
Describe the bug
Changing names of crates (and their references) in
nix flake init -t github:ipetkov/crane#quick-start-workspace
breaks everything and gets me this:Reproduction
Change names of my-* onto anything else, also change their references and re-run cargo to update lockfile. No need to change anything else
The text was updated successfully, but these errors were encountered: