-
-
Notifications
You must be signed in to change notification settings - Fork 62
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
Fix tar
by temporarily using a fork
#358
Conversation
Mmm we definitely want to publish that to crates. Installing via |
I'm not very familiar with Personally I'd like to avoid publishing it as it would be temporary and I don't want it to take up precious name on crates.io, but if |
We just can't publish to crates if there are non-crates dependencies, that's a registry-wide policy. (The rationale behind it is that the registry is conceptually immutable (you can mark a package as yanked but that doesn't remove it), and git isn't. You must always be able to download a crate and all its dependencies, and that's only possible if all of them are in the registry.) |
Got it, I would publish it then under the name |
e3a7897
to
73b9da1
Compare
Signed-off-by: Jiahao XU <[email protected]>
@passcod Done! |
Temporary solution for #177
Signed-off-by: Jiahao XU [email protected]