Skip to content

Commit a188a6a

Browse files
Isabella MonstwilloIsabella Monstwillo
authored andcommitted
chore: switch openapiv3-extended to released version 6.0.1
1 parent de31f1a commit a188a6a

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ members = ["oasgen", "core", "macro", "swagger-ui"]
77
oasgen = { path = "oasgen", version = "0.25" }
88
oasgen-core = { path = "core", version = "0.25" }
99
oasgen-macro = { path = "macro", version = "0.25" }
10+
openapiv3-extended = { version = "6.0.1" }
1011
swagger-ui2 = { version = "0.6", path = "swagger-ui" }
1112

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ documentation = "https://docs.rs/oasgen"
1313

1414
[dependencies]
1515
inventory = "0.3.13"
16-
openapiv3-extended = { version = "6.0.1" }
16+
openapiv3-extended.workspace = true
1717
serde_json = "1.0.100"
1818
actix-web = { version = "4.3.1", optional = true }
1919
axum = { version = "0.8.1", optional = true }

0 commit comments

Comments
 (0)