Skip to content

Commit de31f1a

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

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

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.workspace = true
16+
openapiv3-extended = { version = "6.0.1" }
1717
serde_json = "1.0.100"
1818
actix-web = { version = "4.3.1", optional = true }
1919
axum = { version = "0.8.1", optional = true }

oasgen/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@ axum = { version = "0.8.1", optional = true, default-features = false, features
4646
futures = "0.3.28"
4747
http = "1.0.0"
4848
indexmap = "2"
49-
openapiv3-extended = { git = "https://github.com/18IsabellaM/openapiv3", branch = "isabella/error_json"}
50-
#openapiv3-extended = { version = "6" }
49+
openapiv3-extended = { version = "6.0.1" }
5150
oasgen-core.workspace = true
5251
oasgen-macro.workspace = true
5352
serde = { version = "1.0.171", features = ["derive"] }

0 commit comments

Comments
 (0)