Skip to content

Commit

Permalink
Release gotham_restful_redoc 0.2.7+2.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
msrd0 committed Jun 11, 2024
1 parent 0de6f48 commit 3a8124e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down
2 changes: 1 addition & 1 deletion redoc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>"]
edition = "2021"
description = "Private implementation detail of gotham_restful"
Expand Down

0 comments on commit 3a8124e

Please sign in to comment.