Replies: 1 comment 3 replies
-
It sounds like using Might be possible to script something by pulling the names of all dependencies via |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Something that cargo can't do (AFAIK) is running tests on all the dependencies (rust-lang/cargo#483). In certain high stake setups that would be something really valuable to do, just to make sure everything is fine using the exact locked versions.
I was wondering how hard would it be for crane to do it, since it already has the exact list and all the source code. If crane would allow it, I would run it in a once a day CI run.
Beta Was this translation helpful? Give feedback.
All reactions