1
0
Fork 0
mirror of https://gitlab.com/msrd0/gotham-restful.git synced 2025-02-22 20:52:27 +00:00

advertise the stable branch

This commit is contained in:
Dominic 2020-04-22 11:31:45 +02:00
parent f70865d246
commit 876f44ceff
Signed by: msrd0
GPG key ID: DCC8C247452E98F9
2 changed files with 6 additions and 4 deletions

View file

@ -30,8 +30,9 @@ bodies, relying on [`serde`][serde] and [`serde_json`][serde_json] for (de)seria
enable the `openapi` feature, you can also generate an OpenAPI Specification from your RESTful
resources.
**Note:** The master branch currently tracks gotham's master branch and the next release will use
gotham 0.5.0 and be compatible with the new future / async stuff.
**Note:** The `stable` branch contains some bugfixes against the last release. The `master`
branch currently tracks gotham's master branch and the next release will use gotham 0.5.0 and be
compatible with the new future / async stuff.
## Usage

View file

@ -6,8 +6,9 @@ bodies, relying on [`serde`][serde] and [`serde_json`][serde_json] for (de)seria
enable the `openapi` feature, you can also generate an OpenAPI Specification from your RESTful
resources.
**Note:** The master branch currently tracks gotham's master branch and the next release will use
gotham 0.5.0 and be compatible with the new future / async stuff.
**Note:** The `stable` branch contains some bugfixes against the last release. The `master`
branch currently tracks gotham's master branch and the next release will use gotham 0.5.0 and be
compatible with the new future / async stuff.
# Usage