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
Auto merge of #12649 - arlosi:cred-stable, r=weihanglo
feat: stabilize credential-process and registry-auth
Stabilization PR for `registry-auth` and `credential-process`.
Tracking approval of this stabilization is done in the via the FCP in [#8933](#8933 (comment)). This PR is here to help reviewers of the FCP.
* Stabilizes `registry-auth` and `credential-process`
* Makes authenticated registries require a credential provider
* Adds stable documentation for credential providers and authenticated registries
Closes#8933Closes#10474
Copy file name to clipboardexpand all lines: src/cargo/core/features.rs
+8-4
Original file line number
Diff line number
Diff line change
@@ -728,7 +728,6 @@ unstable_cli_options!(
728
728
check_cfg:Option<(/*features:*/bool,/*well_known_names:*/bool,/*well_known_values:*/bool,/*output:*/bool)> = ("Specify scope of compile-time checking of `cfg` names/values"),
729
729
codegen_backend:bool = ("Enable the `codegen-backend` option in profiles in .cargo/config.toml file"),
730
730
config_include:bool = ("Enable the `include` key in config files"),
731
-
credential_process:bool = ("Add a config setting to fetch registry authentication tokens by calling an external process"),
732
731
direct_minimal_versions:bool = ("Resolve minimal dependency versions instead of maximum (direct dependencies only)"),
733
732
doctest_xcompile:bool = ("Compile and run doctests for non-host target using runner config"),
734
733
dual_proc_macros:bool = ("Build proc-macros for both the host and the target"),
@@ -744,7 +743,6 @@ unstable_cli_options!(
744
743
panic_abort_tests:bool = ("Enable support to run tests with -Cpanic=abort"),
745
744
profile_rustflags:bool = ("Enable the `rustflags` option in profiles in .cargo/config.toml file"),
746
745
publish_timeout:bool = ("Enable the `publish.timeout` key in .cargo/config.toml file"),
747
-
registry_auth:bool = ("Authentication for alternative registries"),
748
746
rustdoc_map:bool = ("Allow passing external documentation mappings to rustdoc"),
749
747
rustdoc_scrape_examples:bool = ("Allows Rustdoc to scrape code examples from reverse-dependencies"),
750
748
script:bool = ("Enable support for single-file, `.rs` packages"),
0 commit comments