Semver metadata being added to Cargo version requirements #27086
Replies: 3 comments 17 replies
-
When I go to https://crates.io/crates/curl-sys then I see this: Is that expected? Which of these is correct?
|
Beta Was this translation helpful? Give feedback.
-
Hi there, Get your discussion fixed faster by creating a minimal reproduction. This means a repository dedicated to reproducing this issue with the minimal dependencies and config possible. Before we start working on your issue we need to know exactly what's causing the current behavior. A minimal reproduction helps us with this. To get started, please read our guide on creating a minimal reproduction. We may close the discussion if you, or someone else, haven't created a minimal reproduction within two weeks. If you need more time, or are stuck, please ask for help or more time in a comment. Good luck, The Renovate team |
Beta Was this translation helpful? Give feedback.
-
I would like to fix this in Renovate, but need someone to isolate this example to a minimal repo |
Beta Was this translation helpful? Give feedback.
-
How are you running Renovate?
Mend Renovate hosted app on github.com
If you're self-hosting Renovate, tell us what version of Renovate you run.
No response
If you're self-hosting Renovate, select which platform you are using.
None
Was this something which used to work for you, and then stopped?
None
Describe the problem
rust-lang/cargo#13379 updated the dependencies in
Cargo.toml
forcargo
. Forcurl-sys
, it updated0.4.70
to0.4.71+curl-8
.Cargo does not support
+
in version requirementsSide note: the metadata value is incorrect,
+curl-8
should be+curl-8.0.0
Relevant debug logs
Logs
Have you created a minimal reproduction repository?
Placeholder value, please select the correct response from the dropdown
Beta Was this translation helpful? Give feedback.
All reactions