Can't publish to our crates registry if git is also specified #10875
Labels
A-crate-dependencies
Area: [dependencies] of any kind
A-git
Area: anything dealing with git
A-registries
Area: registries
C-feature-request
Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
Hello,
I have an issue with introducing a custom registry at our company.
It's essentially described by this test:
cargo/tests/testsuite/alt_registry.rs
Lines 220 to 247 in 6b8e192
We need to be able to specify both, I don't see why it should be any different from git + crates.io registry.
Why is this?
If possible, what can I do implement this ASAP?
Thanks a lot in advance for any information. 🙏
The text was updated successfully, but these errors were encountered: