Confusing display of edition for old versions of crates #12063
fw-immunant
started this conversation in
General
Replies: 0 comments
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.
-
Current Behavior
For example, look at the version history for the
z3
crate. It specifies the 2024 edition in versions after 0.13, the 2018 edition in version 0.13, and does not specify edition (defaulting to 2015) in versions prior to 0.13. Confusingly, only the versions specifying 2018 edition show the edition in this list.Expected Behavior
Presumably the intent is to show the edition whenever it is not the latest, so the versions that do not specify edition and default to 2015 should also show the edition.
Steps To Reproduce
Visit https://crates.io/crates/z3/versions.
Environment
Anything else?
No response
Beta Was this translation helpful? Give feedback.
All reactions