From 95d4ac4f0a4780804f54b1009789c944c1ef6bfd Mon Sep 17 00:00:00 2001 From: "Steffen R. Knollmann" Date: Wed, 25 Sep 2024 10:15:53 +0100 Subject: [PATCH] chore: update help text to use credentials.toml When creating new tokens, we get a helpful message that tells us how to configure everything so that the token (and registry) is picked up correctly. However it suggests to use `.cargo/credentials`, which will result in a deprecation warning from cargo that `.cargo/credentials.toml` is preferred. --- src/webapp/account.html | 2 +- src/webapp/admin-tokens.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/webapp/account.html b/src/webapp/account.html index 3546962..782c606 100644 --- a/src/webapp/account.html +++ b/src/webapp/account.html @@ -128,7 +128,7 @@

New created to

- It also needs to appear in ~/.cargo/credentials: + It also needs to appear in ~/.cargo/credentials.toml:

diff --git a/src/webapp/admin-tokens.html b/src/webapp/admin-tokens.html index e7f75a1..aec28d0 100644 --- a/src/webapp/admin-tokens.html +++ b/src/webapp/admin-tokens.html @@ -102,7 +102,7 @@

New created to

- It also needs to appear in ~/.cargo/credentials: + It also needs to appear in ~/.cargo/credentials.toml: