File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -142,15 +142,17 @@ license = "..."
142
142
license-file = " ..."
143
143
144
144
# Optional specification of badges to be displayed on crates.io. The badges
145
- # currently available are Travis CI and Appveyor latest build status, specified
146
- # using the following parameters:
145
+ # currently available are Travis CI, Appveyor, and Gitlab latest build status,
146
+ # specified using the following parameters:
147
147
[badges ]
148
148
# Travis CI: `repository` is required. `branch` is optional; default is `master`
149
149
travis-ci = { repository = " ..." , branch = " master" }
150
150
# Appveyor: `repository` is required. `branch` is optional; default is `master`
151
151
# `service` is optional; valid values are `github` (default), `bitbucket`, and
152
152
# `gitlab`.
153
153
appveyor = { repository = " ..." , branch = " master" , service = " github" }
154
+ # Gitlab: `repository` is required. `branch` is optional; default is `master`
155
+ gitlab = { repository = " ..." , branch = " master" }
154
156
```
155
157
156
158
The [ crates.io] ( https://crates.io ) registry will render the description, display
You can’t perform that action at this time.
0 commit comments