Skip to content

Commit

Permalink
Bump swagger ui version to latest: 5.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oscar6echo committed Jan 23, 2024
1 parent 4808cfc commit b92bbb6
Showing 1 changed file 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 @@ -18,7 +18,7 @@ use zip::{result::ZipError, ZipArchive};
/// + absolute path to a folder containing files to overwrite the default swagger-ui files
const SWAGGER_UI_DOWNLOAD_URL_DEFAULT: &str =
"https://github.com/swagger-api/swagger-ui/archive/refs/tags/v5.3.1.zip";
"https://github.com/swagger-api/swagger-ui/archive/refs/tags/v5.11.0.zip";

fn main() {
let target_dir = env::var("OUT_DIR").unwrap();
Expand Down

0 comments on commit b92bbb6

Please sign in to comment.