From 5d9df13559fa4f0616d0aa39c9c8ba3173aa022c Mon Sep 17 00:00:00 2001 From: Nick Mosher Date: Sat, 1 Jul 2017 22:20:14 -0400 Subject: [PATCH] Update publisher token file name. Based on the instructions on the [crates.io publishing page](http://doc.crates.io/crates-io.html), these instructions should now refer to the `~/.cargo/credentials` file. --- app/templates/me/index.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/me/index.hbs b/app/templates/me/index.hbs index d5766f611e..e3464b694f 100644 --- a/app/templates/me/index.hbs +++ b/app/templates/me/index.hbs @@ -32,7 +32,7 @@

If you want to use package commands from the command line, you'll need a - ~/.cargo/config, the first step to creating this + ~/.cargo/credentials, the first step to creating this is to generate a new token using the button above.