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
Cargo lichking with configured alternative registries does not function.
cargo lichking list
warning: IANAL: This is not legal advice and is not guaranteed to be correct.
error: failed to parse manifest at C:\projects\cic\master\srv\jaims\validator\Cargo.toml
Caused by:
the cargo feature alternative-registries requires a nightly version of Cargo, but this is the dev channel
There is no alternative-registries feature any more, it's been stabilized at .34
(FYI: I'm poking around on how to bring it up to .41, which has lots of errors, but I have a problem in that I have to go through a corporate process before I would be allowed to do a pull request)
The text was updated successfully, but these errors were encountered:
jrpascucci
changed the title
Update crates crate to .34 to support alternative registries
lichking does not support alternative registries
Jan 22, 2020
I don't have anything I can test this with easily, but 0.9.0 is now using cargo-metadata, so as long as the underlying cargo it's calling into supports alternate registries it should work.
Cargo lichking with configured alternative registries does not function.
Caused by:
the cargo feature
alternative-registries
requires a nightly version of Cargo, but this is thedev
channelThere is no alternative-registries feature any more, it's been stabilized at .34
(FYI: I'm poking around on how to bring it up to .41, which has lots of errors, but I have a problem in that I have to go through a corporate process before I would be allowed to do a pull request)
The text was updated successfully, but these errors were encountered: