diff --git a/utoipa-gen/Cargo.toml b/utoipa-gen/Cargo.toml index d858b456..4495462e 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 = "3.1.1" +version = "3.1.2" edition = "2021" license = "MIT OR Apache-2.0" readme = "README.md" diff --git a/utoipa/Cargo.toml b/utoipa/Cargo.toml index f1fe33be..ba227cb1 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 = "3.1.1" +version = "3.1.2" edition = "2021" license = "MIT OR Apache-2.0" readme = "README.md" @@ -38,7 +38,7 @@ preserve_order = [] serde = { version = "1.0", features = ["derive"] } serde_json = { version = "1.0" } serde_yaml = { version = "0.9", optional = true } -utoipa-gen = { version = "3.1.1", path = "../utoipa-gen" } +utoipa-gen = { version = "3.1.2", path = "../utoipa-gen" } indexmap = { version = "1", features = ["serde"] } [dev-dependencies]