Skip to content

Commit a9f05ec

Browse files
authored
Merge pull request #32 from golemcloud/lock-openapiv3
Trying to lock openapiv3 to 2.0.0
2 parents b05ac6d + 5bc5e8d commit a9f05ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ serde = { version = "1.0.189", features = ["derive"] }
1616
serde_yaml = "0.9.29"
1717
indoc = "2.0.4"
1818
itertools = "0.12.0"
19-
openapiv3 = "2.0.0"
19+
openapiv3 = "=2.0.0"
2020
convert_case = "0.6.0"
2121
indexmap = "2.1.0"
2222
clap = { version = "4.4.12", features = ["derive"] }

0 commit comments

Comments
 (0)