From 56c06a1e35812950a139ed300814b35f8fcf65c4 Mon Sep 17 00:00:00 2001 From: Juha Kukkonen Date: Wed, 2 Oct 2024 20:14:35 +0300 Subject: [PATCH] Update `utoipa-config` version --- utoipa-gen/CHANGELOG.md | 3 ++- utoipa-gen/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/utoipa-gen/CHANGELOG.md b/utoipa-gen/CHANGELOG.md index 3f603035..aeae466f 100644 --- a/utoipa-gen/CHANGELOG.md +++ b/utoipa-gen/CHANGELOG.md @@ -37,7 +37,8 @@ ### Changed -* Remove commit commit id from changelogs(https://github.com/juhaku/utoipa/pull/1077) +* Update `utoipa-config` version +* Remove commit commit id from changelogs (https://github.com/juhaku/utoipa/pull/1077) * Update to rc version * Chore unify request body and ext request body (https://github.com/juhaku/utoipa/pull/1067) * Refactor structs processing (https://github.com/juhaku/utoipa/pull/1060) diff --git a/utoipa-gen/Cargo.toml b/utoipa-gen/Cargo.toml index 12483ea2..443c44c7 100644 --- a/utoipa-gen/Cargo.toml +++ b/utoipa-gen/Cargo.toml @@ -14,7 +14,7 @@ rust-version.workspace = true proc-macro = true [dependencies] -utoipa-config = { version = "0.1", path = "../utoipa-config", optional = true } +utoipa-config = { version = "0.1.0-rc", path = "../utoipa-config", optional = true } once_cell = { version = "1.19.0", optional = true } proc-macro2 = "1.0" syn = { version = "2.0", features = ["full", "extra-traits"] }