diff --git a/utoipa-gen/Cargo.toml b/utoipa-gen/Cargo.toml index a4c8ab86..8b87b072 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 = "2.2.0" +version = "2.3.0" edition = "2021" license = "MIT OR Apache-2.0" readme = "README.md" diff --git a/utoipa/Cargo.toml b/utoipa/Cargo.toml index 9968658b..a8ae3522 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 = "2.2.0" +version = "2.3.0" edition = "2021" license = "MIT OR Apache-2.0" readme = "README.md" @@ -38,7 +38,7 @@ repr = ["utoipa-gen/repr"] serde = { version = "1.0", features = ["derive"] } serde_json = { version = "1.0", optional = true } serde_yaml = { version = "0.9", optional = true } -utoipa-gen = { version = "2.2.0", path = "../utoipa-gen" } +utoipa-gen = { version = "2.3.0", path = "../utoipa-gen" } indexmap = { version = "1", features = ["serde"] } [dev-dependencies]