-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Keep a changelog #5839
Comments
@RazrFalcon we don't really officially support using Cargo as a library, it is |
I see. I have to run the build process thought my plugin, so I need an access to the |
@RazrFalcon yep, |
Will give it a try. By the way, is this ok that json output is malformed? |
No, it is not ok :) |
Oh, I see. Than it's fine. |
Hi. I've tried to use the json output and looks like it will be enough for my needs. The current problem is that I don't know how to get Compilation::target_dylib_path, aka the dir that contains rust std libraries. Can I get it via cli? |
As an author of a cargo plugin, it's extremely hard to update to a newer cargo version, since changes are undocumented.
The only "solution" is to look up in commits history and git blame.
The text was updated successfully, but these errors were encountered: