Replies: 3 comments 1 reply
-
I can reproduce this issue. I am working on this. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I am not sure if this is by design or a flaw in our current design. We only have a connection between crates and keywords instead of versions.
Every time you want to publish a new version, it will update it to use the latest keywords. crates.io/src/models/keyword.rs Line 74 in 04ae069 |
Beta Was this translation helpful? Give feedback.
1 reply
-
It seems we should build a connection between versions and keywords. |
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
-
Current Behavior
I have a crate published at version 0.12.0.
I recently released a bugfix/version bump 0.7.1 with an older description.
Now my 0.12.0 release has description and keywords from the 0.7.1 version.
Expected Behavior
I expect the description and keywords of one published crate version to be as published.
Steps To Reproduce
Release/publish a crate with one set of keywords and description.
Amend an older version of the same crate with other keywords and description.
Expect the newest (highest version) crate to keep its keywords and description as published.
Environment
Anything else?
affected crate: https://crates.io/crates/linestring(had to push 0.12.1 resetting the problem)Beta Was this translation helpful? Give feedback.
All reactions