Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nicholas Bailey
rust-gitlab
Commits
ecc91015
Commit
ecc91015
authored
May 27, 2020
by
Ben Boeckel
⛰
Browse files
cargo: prep for 0.1210.2
parent
b2c1b691
Changes
3
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
ecc91015
# v0.1
300.0 (unreleased)
# v0.1
210.2
## New request body handling
...
...
Cargo.toml
View file @
ecc91015
[package]
name
=
"gitlab"
version
=
"0.1210.
1
"
version
=
"0.1210.
2
"
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.1210.
1
"
documentation
=
"https://docs.rs/gitlab/0.1210.
2
"
readme
=
"README.md"
keywords
=
[
"gitlab"
,
"api"
]
categories
=
[
"web-programming"
,
"api-bindings"
]
...
...
README.md
View file @
ecc91015
...
...
@@ -74,7 +74,7 @@ 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.1210.
1
"
gitlab
=
"
=
0.1210.
2
"
```
# API bugs
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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