Skip to content

Commit

Permalink
utoipa
Browse files Browse the repository at this point in the history
  • Loading branch information
azhur committed Dec 21, 2024
1 parent 6a858c1 commit 6e77762
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,8 @@ typetag = "0.2.13"
unic-langid = "0.9"
url = "2.4.1"
uuid = "1.4.1"
utoipa = { version = "5.2.0", features = ["axum_extras", "uuid", "debug", "chrono"] }
utoipa-axum = { version = "0.1.2" }
utoipa = { version = "5.3.0", features = ["axum_extras", "uuid", "debug", "chrono"] }
utoipa-axum = { version = "0.1.3" }
utoipa-swagger-ui = { version = "8.0.3", features = ["axum"] }
utoipa-redoc = { version = "5.0.0", features = ["axum"] }
utoipa-rapidoc = { version = "5.0.0", features = ["axum"] }
Expand Down
3 changes: 2 additions & 1 deletion spec/api/v1/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"title": "meteroid",
"description": "",
"license": {
"name": "AGPL-3.0-only"
"name": "AGPL-3.0-only",
"identifier": "AGPL-3.0-only"
},
"version": "0.1.0"
},
Expand Down

0 comments on commit 6e77762

Please sign in to comment.