Skip to content

Commit

Permalink
Fix broken link and enforce workspace resolver
Browse files Browse the repository at this point in the history
  • Loading branch information
juhaku committed Jul 22, 2023
1 parent 23f4a83 commit 341dd39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[workspace]
resolver = "2"
members = [
"utoipa",
"utoipa-gen",
Expand Down
2 changes: 1 addition & 1 deletion utoipa-gen/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1291,7 +1291,7 @@ pub fn derive_to_schema(input: TokenStream) -> TokenStream {
/// [to_schema]: trait.ToSchema.html
/// [openapi]: derive.OpenApi.html
/// [security]: openapi/security/struct.SecurityRequirement.html
/// [security_schema]: openapi/security/struct.SecuritySchema.html
/// [security_schema]: openapi/security/enum.SecurityScheme.html
/// [primitive]: https://doc.rust-lang.org/std/primitive/index.html
/// [into_params]: trait.IntoParams.html
/// [style]: openapi/path/enum.ParameterStyle.html
Expand Down

0 comments on commit 341dd39

Please sign in to comment.