From b0e516ea303fbd4bf492b4f6aa130b155631db8b Mon Sep 17 00:00:00 2001 From: Dominic Date: Sat, 8 Feb 2025 09:24:18 +0100 Subject: [PATCH] Release gotham_restful_redoc 0.2.10+2.4.0 --- Cargo.toml | 2 +- redoc/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9f9a29732..da4298cd5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ thiserror = "2.0" # 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.9", path = "./redoc", optional = true } +gotham_restful_redoc = { version = "0.2.10", 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 21504a43e..b2246e794 100644 --- a/redoc/Cargo.toml +++ b/redoc/Cargo.toml @@ -3,7 +3,7 @@ [package] workspace = ".." name = "gotham_restful_redoc" -version = "0.2.9+2.3.0" +version = "0.2.10+2.4.0" authors = ["Dominic Meiser "] edition = "2021" description = "Private implementation detail of gotham_restful"