Skip to content

Commit f0a6aca

Browse files
committed
Auto merge of #3422 - hi-rustin:rustin-patch, r=JohnTitor
chore: add the missing arg to CONTRIBUTING docs
2 parents 26c9be2 + 52d1f29 commit f0a6aca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@ Unlike a local setup, the Git index is not stored in the `./tmp` folder, so in
555555
order to publish to the Dockerized crates.io, run
556556

557557
```
558-
cargo publish --index http://localhost:4200/git/index
558+
cargo publish --index http://localhost:4200/git/index --token $YOUR_TOKEN
559559
```
560560

561561
#### Changing code

0 commit comments

Comments
 (0)