Skip to content

Commit ae3d077

Browse files
authored
chore(oas3): prepare release 0.17.0 (#228)
1 parent c888d48 commit ae3d077

File tree

10 files changed

+165
-215
lines changed

10 files changed

+165
-215
lines changed

.clippy.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
disallowed-names = [
2-
"foo", # placeholder name
3-
"baz", # placeholder name
4-
"quux", # placeholder name
5-
"e", # prefer `err`
2+
"foo", # placeholder name
3+
"baz", # placeholder name
4+
"quux", # placeholder name
5+
"e", # prefer `err`
66
]

Cargo.lock

Lines changed: 66 additions & 69 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ http = "1"
2121
indoc = "2"
2222
log = "0.4"
2323
maplit = "1"
24-
oas3 = { version = "0.16", default-features = false }
24+
oas3 = { version = "0.17", default-features = false }
2525
once_cell = "1"
2626
pretty_assertions = "1"
2727
pretty_env_logger = "0.5"

0 commit comments

Comments
 (0)