You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I have a private Cargo sparse registry. I've added the registry in .cargo/config.toml, and then used it in my Cargo.toml file like this:
That seems to fix it. Should I keep this issue open?
If this is a wontfix, I think at least it should be documented that the sparse+ prefix must be removed.
Describe the bug
I have a private Cargo sparse registry. I've added the registry in
.cargo/config.toml
, and then used it in myCargo.toml
file like this:I have my sources setup like this:
However, when running
cargo deny check
, I get these errors:To Reproduce
The information provided above should be enough, but you'll need to find a sparse registry to reproduce it.
Expected behavior
It should pass without any problems because the sources have been set up correctly.
Device:
The text was updated successfully, but these errors were encountered: