Skip to content

Commit

Permalink
Merge pull request #9 from samueltardieu/vendored-swagger-ui
Browse files Browse the repository at this point in the history
Use vendored version of utoipa-swagger-ui
  • Loading branch information
twitchax authored Sep 19, 2024
2 parents 7d3629d + c0ccdd7 commit 45942b9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rtz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ tower-http = { version = "0.5.2", features = ["full"], optional = true }
http = { version = "1.1.0", optional = true }
http-body-util = { version = "0.1.2", optional = true }
utoipa = { version = "4.0.0", features = ["axum_extras"], optional = true }
utoipa-swagger-ui = { version = "7.1.0", features = ["axum"], optional = true }
utoipa-swagger-ui = { version = "7.1.0", features = ["axum", "vendored"], optional = true }
utoipa-redoc = { version = "4.0.0", features = ["axum"], optional = true }
utoipa-rapidoc = { version = "4.0.0", features = ["axum"], optional = true }

Expand Down

0 comments on commit 45942b9

Please sign in to comment.