Skip to content

Commit

Permalink
Update utiopa-swagger-ui docs lib version
Browse files Browse the repository at this point in the history
  • Loading branch information
juhaku committed Oct 23, 2024
1 parent dc837c3 commit 7962ad2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utoipa-swagger-ui/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@
//! Use only the raw types without any boiler plate implementation.
//! ```toml
//! [dependencies]
//! utoipa-swagger-ui = "7"
//! utoipa-swagger-ui = "8"
//! ```
//!
//! Enable actix-web framework with Swagger UI you could define the dependency as follows.
//! ```toml
//! [dependencies]
//! utoipa-swagger-ui = { version = "7", features = ["actix-web"] }
//! utoipa-swagger-ui = { version = "8", features = ["actix-web"] }
//! ```
//!
//! **Note!** Also remember that you already have defined `utoipa` dependency in your `Cargo.toml`
Expand Down

0 comments on commit 7962ad2

Please sign in to comment.