From 30551f6ec9109a0ad4ad008222b0d13f3eb0329e Mon Sep 17 00:00:00 2001 From: Juha Kukkonen Date: Sun, 6 Aug 2023 18:32:30 +0300 Subject: [PATCH] Update utoipa-swagger-ui version --- utoipa-swagger-ui/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utoipa-swagger-ui/Cargo.toml b/utoipa-swagger-ui/Cargo.toml index 9909fb2e..8c21ee9e 100644 --- a/utoipa-swagger-ui/Cargo.toml +++ b/utoipa-swagger-ui/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "utoipa-swagger-ui" description = "Swagger UI for utoipa" -version = "3.1.4" +version = "3.1.5" edition = "2021" license = "MIT OR Apache-2.0" readme = "README.md"