Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
rust-gitlab
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Utils
rust-gitlab
Commits
8dacafd0
Commit
8dacafd0
authored
5 years ago
by
Brad King
Browse files
Options
Downloads
Patches
Plain Diff
cargo: prep for 0.1202.1
parent
e6eb92ea
No related branches found
Branches containing commit
Tags
v0.1202.1
Tags containing commit
Loading
Pipeline
#146921
passed
5 years ago
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Cargo.toml
+2
-2
2 additions, 2 deletions
Cargo.toml
README.md
+1
-1
1 addition, 1 deletion
README.md
with
3 additions
and
3 deletions
Cargo.toml
+
2
−
2
View file @
8dacafd0
[package]
name
=
"gitlab"
version
=
"0.1202.
0
"
version
=
"0.1202.
1
"
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.1202.
0
"
documentation
=
"https://docs.rs/gitlab/0.1202.
1
"
readme
=
"README.md"
keywords
=
[
"gitlab"
,
"api"
]
categories
=
[
"web-programming"
,
"api-bindings"
]
...
...
This diff is collapsed.
Click to expand it.
README.md
+
1
−
1
View file @
8dacafd0
...
...
@@ -66,7 +66,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.1202
.
0
"
gitlab
=
"
=
0.1202
.
1
"
```
# API bugs
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment