From: Peter Marheine Date: Mon, 8 Jan 2018 04:57:56 +0000 (+1100) Subject: Recover doc for appveyor project ID X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~3^2~55^2~14 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=bfb72c5776bf029b8dc365e765eb316e68a0125d;p=cargo.git Recover doc for appveyor project ID Cherry-picked from f59eb30bbb9f1c30dcbfebe54aed72e1f51ba7cc 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 b8f746956..5f5ac6a98 100644 --- a/src/doc/src/reference/manifest.md +++ b/src/doc/src/reference/manifest.md @@ -199,7 +199,8 @@ license-file = "..." # Appveyor: `repository` is required. `branch` is optional; default is `master` # `service` is optional; valid values are `github` (default), `bitbucket`, and -# `gitlab`. +# `gitlab`; `id` is optional; you can specify the appveyor project id if you +# want to use that instead. appveyor = { repository = "...", branch = "master", service = "github" } # Circle CI: `repository` is required. `branch` is optional; default is `master`