From 3a8124e3c8f2421b37c2caad9d26dce1fd88da1a Mon Sep 17 00:00:00 2001 From: Dominic Date: Tue, 11 Jun 2024 16:32:12 +0200 Subject: [PATCH] Release gotham_restful_redoc 0.2.7+2.1.5 --- Cargo.toml | 2 +- redoc/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ae890e973..e7e2f080b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ thiserror = "1.0.2" # non-feature optional dependencies base64 = { version = "0.22", optional = true } gotham_middleware_diesel = { version = "0.5.1", optional = true } -gotham_restful_redoc = { version = "0.2.6", path = "./redoc", optional = true } +gotham_restful_redoc = { version = "0.2.7", path = "./redoc", optional = true } jsonwebtoken = { version = "9.3", default-features = false, optional = true } lazy-regex = { version = "3.0", optional = true } openapi_type = { version = "0.5.0", optional = true } diff --git a/redoc/Cargo.toml b/redoc/Cargo.toml index 2f5b3e23c..822a38c13 100644 --- a/redoc/Cargo.toml +++ b/redoc/Cargo.toml @@ -3,7 +3,7 @@ [package] workspace = ".." name = "gotham_restful_redoc" -version = "0.2.6+2.1.4" +version = "0.2.7+2.1.5" authors = ["Dominic Meiser "] edition = "2021" description = "Private implementation detail of gotham_restful"