-
Notifications
You must be signed in to change notification settings - Fork 641
Wrong crate name of dependency in old Firefox. #482
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
Comments
It looks like thrussh dropped the libsodium-sys dep in 0.7.0 but crates.io shows the latest version by default which is 0.8.2. https://docs.rs/crate/thrussh/0.7.0/source/Cargo.toml vs https://docs.rs/crate/thrussh/0.8.2/source/Cargo.toml |
So is there a bug here still...? |
I've checked in Firefox 38.8.0 and it seems to be OK. This page matches in FF 38.8 and FF 45.7. |
Ok, I'm going to close this then :) |
I still notice this on FF 52.0.1, but it requires an addition step. On any crate page, click the FIRST dependency link to go to its page, then hit back to return to the original crate. The first dep will still have the correct version, but will be named as the crate itself rather than the actual dep. Doing so on any other dependency does not appear to trigger the bug, only the first one will cause it. |
@jpernst ooh!!! That is very helpful, thank you!!!! |
Ooops we already have an issue for that actually, closing this as a duplicate of #306 . |
https://crates.io/crates/thrussh
While according to Cargo.toml it should be
libsodium-sys
.Note: this is Firefox 38.0.6. In Firefox 45.2.0 and Chromium 53 it shows
libsodium-sys
like it should.The text was updated successfully, but these errors were encountered: