From: Peter Marheine Date: Mon, 8 Jan 2018 05:10:09 +0000 (+1100) Subject: Recover doc for appveyor project_name X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~3^2~55^2~10 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=ea42706d2de1412efbc3e47526673ae5971c59f9;p=cargo.git Recover doc for appveyor project_name First added in 53012bd4df83a0d43ce7dfd0175d78b084823477 which failed to update the book and was replaced in 1271bb4de0c0e0a085be239c2418af9c673ffc87. --- diff --git a/src/doc/src/reference/manifest.md b/src/doc/src/reference/manifest.md index 94680d071..99e5965e9 100644 --- a/src/doc/src/reference/manifest.md +++ b/src/doc/src/reference/manifest.md @@ -200,7 +200,8 @@ license-file = "..." # Appveyor: `repository` is required. `branch` is optional; default is `master` # `service` is optional; valid values are `github` (default), `bitbucket`, and # `gitlab`; `id` is optional; you can specify the appveyor project id if you -# want to use that instead. +# want to use that instead. `project_name` is optional; use when the repository +# name differs from the appveyor project name. appveyor = { repository = "...", branch = "master", service = "github" } # Circle CI: `repository` is required. `branch` is optional; default is `master`