From 35f32b1c7a7b16b8c31bbe66d03ddf572b0674e9 Mon Sep 17 00:00:00 2001 From: Juha Kukkonen Date: Tue, 28 Nov 2023 20:31:46 +0200 Subject: [PATCH] Update next versions --- utoipa-rapidoc/Cargo.toml | 2 +- utoipa-rapidoc/README.md | 4 ++-- utoipa-redoc/Cargo.toml | 2 +- utoipa-redoc/README.md | 4 ++-- utoipa-swagger-ui/Cargo.toml | 2 +- utoipa-swagger-ui/README.md | 4 ++-- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/utoipa-rapidoc/Cargo.toml b/utoipa-rapidoc/Cargo.toml index be7858d0..153a5c55 100644 --- a/utoipa-rapidoc/Cargo.toml +++ b/utoipa-rapidoc/Cargo.toml @@ -2,7 +2,7 @@ name = "utoipa-rapidoc" description = "RapiDoc for utoipa" edition = "2021" -version = "1.0.0" +version = "2.0.0" license = "MIT OR Apache-2.0" readme = "README.md" keywords = ["rapidoc", "openapi", "documentation"] diff --git a/utoipa-rapidoc/README.md b/utoipa-rapidoc/README.md index 351587c6..9701cdd9 100644 --- a/utoipa-rapidoc/README.md +++ b/utoipa-rapidoc/README.md @@ -24,13 +24,13 @@ You may find fullsize examples from utoipa's Github [repository][examples]. Use RapiDoc only without any boiler plate implementation. ```toml [dependencies] -utoipa-rapidoc = "1" +utoipa-rapidoc = "2" ``` Enable actix-web integration with RapiDoc. ```toml [dependencies] -utoipa-rapidoc = { version = "1", features = ["actix-web"] } +utoipa-rapidoc = { version = "2", features = ["actix-web"] } ``` # Using standalone diff --git a/utoipa-redoc/Cargo.toml b/utoipa-redoc/Cargo.toml index 8399606b..83fd30e4 100644 --- a/utoipa-redoc/Cargo.toml +++ b/utoipa-redoc/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "utoipa-redoc" description = "Redoc for utoipa" -version = "1.0.0" +version = "2.0.0" edition = "2021" license = "MIT OR Apache-2.0" readme = "README.md" diff --git a/utoipa-redoc/README.md b/utoipa-redoc/README.md index d6816079..23e8495a 100644 --- a/utoipa-redoc/README.md +++ b/utoipa-redoc/README.md @@ -24,13 +24,13 @@ You may find fullsize examples from utoipa's Github [repository][examples]. Use Redoc only without any boiler plate implementation. ```toml [dependencies] -utoipa-redoc = "1" +utoipa-redoc = "2" ``` Enable actix-web integration with Redoc. ```toml [dependencies] -utoipa-redoc = { version = "1", features = ["actix-web"] } +utoipa-redoc = { version = "2", features = ["actix-web"] } ``` # Using standalone diff --git a/utoipa-swagger-ui/Cargo.toml b/utoipa-swagger-ui/Cargo.toml index 8796010f..fb451c96 100644 --- a/utoipa-swagger-ui/Cargo.toml +++ b/utoipa-swagger-ui/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "utoipa-swagger-ui" description = "Swagger UI for utoipa" -version = "4.0.0" +version = "5.0.0" edition = "2021" license = "MIT OR Apache-2.0" readme = "README.md" diff --git a/utoipa-swagger-ui/README.md b/utoipa-swagger-ui/README.md index c0d30e4b..cc069150 100644 --- a/utoipa-swagger-ui/README.md +++ b/utoipa-swagger-ui/README.md @@ -36,13 +36,13 @@ more details at [serve](https://docs.rs/utoipa-swagger-ui/latest/utoipa_swagger_ Use only the raw types without any boilerplate implementation. ```toml [dependencies] -utoipa-swagger-ui = "4" +utoipa-swagger-ui = "5" ``` Enable actix-web framework with Swagger UI you could define the dependency as follows. ```toml [dependencies] -utoipa-swagger-ui = { version = "4", features = ["actix-web"] } +utoipa-swagger-ui = { version = "5", features = ["actix-web"] } ``` **Note!** Also remember that you already have defined `utoipa` dependency in your `Cargo.toml`