We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75dbb19 commit 03a95c5Copy full SHA for 03a95c5
docs/CONTRIBUTING.md
@@ -431,6 +431,8 @@ In your crate directory, run:
431
cargo publish --index file:///path/to/your/crates.io/checkout/tmp/index-co
432
```
433
434
+> If you're using an older version of cargo you should use `--host` instead of `--index`.
435
+
436
where `file:///path/to/your/crates.io/checkout` is the directory that you have
437
crates.io's code in, and `tmp/index-co` is the directory with the git index
438
that `./script/init-local-index.sh` set up.
0 commit comments