Skip to content
Snippets Groups Projects
Commit a6578621 authored by Brad King's avatar Brad King
Browse files

cargo: prep for gitlab 0.1405.1

parent 02da40fd
No related branches found
Tags v0.1405.1
No related merge requests found
# v0.1405.1
* No functional changes. Only documentation and tests were updated.
# v0.1405.0
## Additions
......
[package]
name = "gitlab"
version = "0.1405.0"
version = "0.1405.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.1405.0"
documentation = "https://docs.rs/gitlab/0.1405.1"
readme = "README.md"
keywords = ["gitlab", "api"]
categories = ["web-programming", "api-bindings"]
......
......@@ -99,7 +99,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.1405.0"
gitlab = "=0.1405.1"
```
# API bugs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment