Replies: 1 comment
-
I think the current API might already be sufficient to implement that. What is more concerning is that this would lock these API requests to their current form and they would need to be specified in the protocol definition of the communication between cargo and any other registry. Given that there is a command line option to skip that compile step when publishing I'm not sure it's worth the effort. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
To resolve rust-lang/cargo#8221 and rust-lang/cargo#3662, I plan to send a new validation request before compiling. crates.io seems to be missing the corresponding API. Is it reasonable to add the corresponding API?
Beta Was this translation helpful? Give feedback.
All reactions