Skip to content

Commit

Permalink
Update Swagger UI to 5.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
juhaku committed Aug 6, 2023
1 parent e5f7f70 commit f9d26f6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utoipa-swagger-ui/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use std::{
use regex::Regex;
use zip::{result::ZipError, ZipArchive};

const SWAGGER_UI_DIST_ZIP: &str = "swagger-ui-4.18.2";
const SWAGGER_UI_DIST_ZIP: &str = "swagger-ui-5.3.1";

fn main() {
println!("cargo:rerun-if-changed=res/{SWAGGER_UI_DIST_ZIP}.zip");
Expand Down
Binary file removed utoipa-swagger-ui/res/swagger-ui-4.18.2.zip
Binary file not shown.
Binary file added utoipa-swagger-ui/res/swagger-ui-5.3.1.zip
Binary file not shown.

0 comments on commit f9d26f6

Please sign in to comment.