teamcity-rust-plugin
teamcity-rust-plugin copied to clipboard
Support cargo sparce registries with authentication
Cargo team introduced space registry protocol which will replace git index in future.
As of now they have space-registry
and registry-auth
features which allows using them in nightly toolchain.
In TeamCity it will be great to check support of such setup and ensure that cargo login build feature works as expected.
Reference: https://github.com/rust-lang/cargo/issues/9069