Skip to content

Commit

Permalink
Update Swagger UI
Browse files Browse the repository at this point in the history
  • Loading branch information
juhaku committed Feb 13, 2022
1 parent 5d58e08 commit cabc359
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use std::process::Command;

const SWAGGER_UI_DIST_ZIP: &str = "swagger-ui-4.4.0";
const SWAGGER_UI_DIST_ZIP: &str = "swagger-ui-4.5.0";

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

0 comments on commit cabc359

Please sign in to comment.