Skip to content

Commit e3563db

Browse files
committed
Auto merge of #7119 - jonhoo:cirrus-ci-badge, r=Eh2406
Add Cirrus CI badge to manifest Reflect changes from rust-lang/crates.io#1782. NOTE: Should not land until rust-lang/crates.io#1782 lands.
2 parents f4aca6d + f559f16 commit e3563db

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/doc/src/reference/manifest.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ license-file = "..."
269269
# Optional specification of badges to be displayed on crates.io.
270270
#
271271
# - The badges pertaining to build status that are currently available are
272-
# Appveyor, CircleCI, GitLab, Azure DevOps and TravisCI.
272+
# Appveyor, CircleCI, Cirrus CI, GitLab, Azure DevOps and TravisCI.
273273
# - Available badges pertaining to code test coverage are Codecov and
274274
# Coveralls.
275275
# - There are also maintenance-related badges based on isitmaintained.com
@@ -290,6 +290,9 @@ appveyor = { repository = "...", branch = "master", service = "github" }
290290
# Circle CI: `repository` is required. `branch` is optional; default is `master`
291291
circle-ci = { repository = "...", branch = "master" }
292292

293+
# Cirrus CI: `repository` is required. `branch` is optional; default is `master`
294+
cirrus-ci = { repository = "...", branch = "master" }
295+
293296
# GitLab: `repository` is required. `branch` is optional; default is `master`
294297
gitlab = { repository = "...", branch = "master" }
295298

0 commit comments

Comments
 (0)