We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
(I assume there is a project called xbuild_project and the shell is in it and the target is called "target.json")
cd .. mv xbuild_project xbuild_project_2 cd xbuild_project_2 # Fails cargo xbuild --target target.json cp target.json target2.json # OK cargo xbuild --target target2.json
After renaming the target ID seems to be different
The text was updated successfully, but these errors were encountered:
Thanks for reporting this issue!
Does it also work if you do a cargo clean in between?
cargo clean
Sorry, something went wrong.
No branches or pull requests
(I assume there is a project called xbuild_project and the shell is in it and the target is called "target.json")
After renaming the target ID seems to be different
The text was updated successfully, but these errors were encountered: