From 876f44cefff9acf95b686637466449f5805b0997 Mon Sep 17 00:00:00 2001 From: Dominic Date: Wed, 22 Apr 2020 11:31:45 +0200 Subject: [PATCH] advertise the stable branch --- README.md | 5 +++-- gotham_restful/src/lib.rs | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e0aeb60..6815044 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/gotham_restful/src/lib.rs b/gotham_restful/src/lib.rs index 0295a4b..9bc4674 100644 --- a/gotham_restful/src/lib.rs +++ b/gotham_restful/src/lib.rs @@ -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