Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
VC
rust-gitlab
Commits
211c9086
Commit
211c9086
authored
Jun 06, 2017
by
Brad King
Browse files
cargo: prep for 0.902.0
parent
3d31aa75
Changes
2
Hide whitespace changes
Inline
Side-by-side
Cargo.toml
View file @
211c9086
[package]
name
=
"gitlab"
version
=
"0.90
1
.0"
version
=
"0.90
2
.0"
authors
=
[
"Ben Boeckel <ben.boeckel@kitware.com>"
]
license
=
"MIT/Apache-2.0"
description
=
"""
Gitlab API client.
"""
repository
=
"https://gitlab.kitware.com/utils/rust-gitlab"
documentation
=
"https://docs.rs/gitlab/0.90
1
.0"
documentation
=
"https://docs.rs/gitlab/0.90
2
.0"
readme
=
"README.md"
keywords
=
[
"gitlab"
,
"api"
]
categories
=
[
"web-programming"
,
"api-bindings"
]
...
...
README.md
View file @
211c9086
...
...
@@ -32,13 +32,14 @@ possible. Instead, the crate uses the following versioning scheme:
*
Gitlab 8.17 support → 0.817.x
*
Gitlab 9.0 support → 0.900.x
*
Gitlab 9.1 support → 0.901.x
*
Gitlab 9.2 support → 0.902.x
Minor versions may fix bugs, add API endpoint bindings, or improve webhook
coverage. It is recommended to depend on the full version of the crate since
types may change in patch-level updates in order to match Gitlab's interface:
```
toml
gitlab
=
"0.90
1
.0"
gitlab
=
"0.90
2
.0"
```
# API bugs
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment