Skip to content

Commit 1235e80

Browse files
committed
Release gotham_restful_redoc 0.2.12+2.5.1
1 parent 23dffe2 commit 1235e80

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ thiserror = "2.0"
3030
# non-feature optional dependencies
3131
base64 = { version = "0.22", optional = true }
3232
gotham_middleware_diesel = { version = "0.5.1", optional = true }
33-
gotham_restful_redoc = { version = "0.2.11", path = "./redoc", optional = true }
33+
gotham_restful_redoc = { version = "0.2.12", path = "./redoc", optional = true }
3434
jsonwebtoken = { version = "9.3", default-features = false, optional = true }
3535
lazy-regex = { version = "3.0", optional = true }
3636
openapi_type = { version = "0.5.0", optional = true }

redoc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[package]
44
workspace = ".."
55
name = "gotham_restful_redoc"
6-
version = "0.2.11+2.5.0"
6+
version = "0.2.12+2.5.1"
77
authors = ["Dominic Meiser <[email protected]>"]
88
edition = "2021"
99
description = "Private implementation detail of gotham_restful"

0 commit comments

Comments
 (0)