From 048d8984637c86152e0e57eed11f3b4968b20957 Mon Sep 17 00:00:00 2001 From: Juha Kukkonen Date: Mon, 13 Nov 2023 21:07:51 +0200 Subject: [PATCH] Update next versions --- utoipa-gen/Cargo.toml | 2 +- utoipa/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/utoipa-gen/Cargo.toml b/utoipa-gen/Cargo.toml index 804f5d31..043c9d52 100644 --- a/utoipa-gen/Cargo.toml +++ b/utoipa-gen/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "utoipa-gen" description = "Code generation implementation for utoipa" -version = "4.0.0" +version = "4.1.0" edition = "2021" license = "MIT OR Apache-2.0" readme = "README.md" diff --git a/utoipa/Cargo.toml b/utoipa/Cargo.toml index e8fd6187..cfa050d4 100644 --- a/utoipa/Cargo.toml +++ b/utoipa/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "utoipa" description = "Compile time generated OpenAPI documentation for Rust" -version = "4.0.0" +version = "4.1.0" edition = "2021" license = "MIT OR Apache-2.0" readme = "README.md" @@ -49,7 +49,7 @@ auto_into_responses = ["utoipa-gen/auto_into_responses"] serde = { version = "1.0", features = ["derive"] } serde_json = { version = "1.0" } serde_yaml = { version = "0.9", optional = true } -utoipa-gen = { version = "4.0.0", path = "../utoipa-gen" } +utoipa-gen = { version = "4.1.0", path = "../utoipa-gen" } indexmap = { version = "2", features = ["serde"] } [dev-dependencies]