From 515c10f384376c4e68e0b086cc25efcb11f80f0f Mon Sep 17 00:00:00 2001 From: Juha Kukkonen Date: Mon, 14 Feb 2022 22:07:51 +0200 Subject: [PATCH] Update crate versions --- Cargo.toml | 2 +- utoipa-gen/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e13643c7..f616322e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ serde_json = { version = "1.0", optional = true } rust-embed = { version = "6.3", optional = true, features = ["interpolate-folder-path"] } actix-web = { version = "3.3", optional = true } mime_guess = { version = "2.0", optional = true } -utoipa-gen = { version = "0.1.0-beta.1", path = "./utoipa-gen" } +utoipa-gen = { version = "0.1.0-beta.2", path = "./utoipa-gen" } [dev-dependencies] paste = "1.0.6" diff --git a/utoipa-gen/Cargo.toml b/utoipa-gen/Cargo.toml index 877dcdd9..c961bb60 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 = "0.1.0-beta.1" +version = "0.1.0-beta.2" edition = "2021" license = "MIT OR Apache-2.0" repository = "https://github.com/juhaku/utoipa"