teamcity-rust-plugin icon indicating copy to clipboard operation
teamcity-rust-plugin copied to clipboard

Support cargo sparce registries with authentication

Open dtretyakov opened this issue 2 years ago • 1 comments

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

dtretyakov avatar Jan 12 '23 15:01 dtretyakov