File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1021,7 +1021,7 @@ checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
10211021
10221022[[package]]
10231023name = "openapi-lambda"
1024- version = "0.1.1 "
1024+ version = "0.1.2 "
10251025dependencies = [
10261026 "anyhow",
10271027 "async-trait",
@@ -1048,7 +1048,7 @@ dependencies = [
10481048
10491049[[package]]
10501050name = "openapi-lambda-codegen"
1051- version = "0.1.1 "
1051+ version = "0.1.2 "
10521052dependencies = [
10531053 "convert_case",
10541054 "http 1.0.0",
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ edition = "2021"
1414license = " MIT"
1515repository = " https://github.com/ramosbugs/openapi-lambda-rust"
1616rust-version = " 1.65.0"
17- version = " 0.1.1 "
17+ version = " 0.1.2 "
1818
1919[profile .dev .package ]
2020# See https://insta.rs/docs/quickstart/.
Original file line number Diff line number Diff line change @@ -38,4 +38,4 @@ openapi-lambda-codegen = { path = "../openapi-lambda-codegen" }
3838# uses (see https://github.com/serde-rs/serde/pull/2588 and
3939# https://github.com/matklad/macro-dep-test).
4040[target .'cfg(any())' .dependencies ]
41- openapi-lambda-codegen = { version = " =0.1.1 " , path = " ../openapi-lambda-codegen" }
41+ openapi-lambda-codegen = { version = " =0.1.2 " , path = " ../openapi-lambda-codegen" }
You can’t perform that action at this time.
0 commit comments