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
Bradley Wood
rust-gitlab
Commits
bd2ebe7d
Commit
bd2ebe7d
authored
Mar 30, 2017
by
Ben Boeckel
⛰
Browse files
cargo: update to 0.900.0
parent
4775855f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Cargo.toml
View file @
bd2ebe7d
[package]
name
=
"gitlab"
version
=
"0.
817.1
"
version
=
"0.
900.0
"
authors
=
[
"Ben Boeckel <ben.boeckel@kitware.com>"
]
license
=
"MIT/Apache-2.0"
description
=
"""
...
...
README.md
View file @
bd2ebe7d
...
...
@@ -3,9 +3,9 @@
This library implements an interface to communicate with a Gitlab instance. Not
all API endpoints are implemented, but patches are welcome.
The API is based off of the
8.17.0
API and will likely aggressively track
new
API additions, so the newest release may not support talking to older
releases
where fields have been added.
The API is based off of the
9.0.0 v3
API and will likely aggressively track
new
API additions, so the newest release may not support talking to older
releases
where fields have been added.
All API types should be implemented in the
[
types
](
src/types.rs
)
module. These
types should generally be implemented based on the
`lib/api/entities.rb`
...
...
@@ -37,7 +37,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.
817
.0"
gitlab
=
"0.
900
.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