mirror of
https://gitlab.com/msrd0/gotham-restful.git
synced 2025-02-23 04:52:28 +00:00
advertise the stable branch
This commit is contained in:
parent
f70865d246
commit
876f44ceff
2 changed files with 6 additions and 4 deletions
|
@ -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
|
enable the `openapi` feature, you can also generate an OpenAPI Specification from your RESTful
|
||||||
resources.
|
resources.
|
||||||
|
|
||||||
**Note:** The master branch currently tracks gotham's master branch and the next release will use
|
**Note:** The `stable` branch contains some bugfixes against the last release. The `master`
|
||||||
gotham 0.5.0 and be compatible with the new future / async stuff.
|
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
|
## Usage
|
||||||
|
|
||||||
|
|
|
@ -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
|
enable the `openapi` feature, you can also generate an OpenAPI Specification from your RESTful
|
||||||
resources.
|
resources.
|
||||||
|
|
||||||
**Note:** The master branch currently tracks gotham's master branch and the next release will use
|
**Note:** The `stable` branch contains some bugfixes against the last release. The `master`
|
||||||
gotham 0.5.0 and be compatible with the new future / async stuff.
|
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
|
# Usage
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue