-
Notifications
You must be signed in to change notification settings - Fork 27
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
Duplicated crates of rust-gmp ? #28
Comments
Oh, interesting. I haven't been aware of |
I've investigated this issue, findings are:
It would be nice to get EDIT: Oooh, you use |
Hi! I'm xcodevn the owner of I've just tried to delete I'm also happy to transfer the ownership to @fizyk20, so this repo can be published under |
Legend, thanks! I read that we can contact the humans at crates.io and they might fix it up for us, if that's what we want to do. |
Avoiding dependency problems is a good reason to prevent deletion of packages! We shouldn’t request to override that just to make things tidier (nor, I expect, would such a request be approved). |
Is it in anyone's best interest to be depending on a stale crate (here v0.3.1), possibly accidentally? Wouldn't it be better for users of |
On Wed, Feb 10, 2021, 09:38 Tobin C. Harding ***@***.***> wrote:
Avoiding dependency problems is a *good reason* to prevent deletion of
packages! We shouldn’t request to override that just to make things tidier
(nor, I expect, would such a request be approved).
Is it in anyone's best interest to be depending on a stale crate (here
v0.3.1), possibly accidentally?
This is already achieved for any new dependencies by yanking the crate. The
advantage is that it does not break builds.
Wouldn't it be better for users of gmp if this crate was yanked to force
them to either update or depend on a version where they can control more
than just a single version?
I think it was already yanked?
… |
I think this issue is now resolved and can be closed since @xcodevn yanked |
I'm a bit confused, looking on https://crates.io/ for a rust wrapper for the GMP library I found both:
rust-gmp = "0.5.0"
gmp = "0.3.1"
linking this GitHub repository!
The text was updated successfully, but these errors were encountered: