We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3705df0 + 94a1217 commit 3a73377Copy full SHA for 3a73377
src/doc/src/reference/config.md
@@ -318,6 +318,12 @@ be specified with environment variables of the form
318
`CARGO_REGISTRIES_<name>_TOKEN` where `<name>` is the name of the registry in
319
all capital letters.
320
321
+> **Note:** Cargo also reads and writes credential files without the `.toml`
322
+> extension, such as `.cargo/credentials`. Support for the `.toml` extension
323
+> was added in version 1.39. In version 1.68, Cargo writes to the file with the
324
+> extension by default. However, for backward compatibility reason, when both
325
+> files exist, Cargo will read and write the file without the extension.
326
+
327
### Configuration keys
328
329
This section documents all configuration keys. The description for keys with
0 commit comments