File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1021,7 +1021,7 @@ checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
1021
1021
1022
1022
[[package]]
1023
1023
name = "openapi-lambda"
1024
- version = "0.1.1 "
1024
+ version = "0.1.2 "
1025
1025
dependencies = [
1026
1026
"anyhow",
1027
1027
"async-trait",
@@ -1048,7 +1048,7 @@ dependencies = [
1048
1048
1049
1049
[[package]]
1050
1050
name = "openapi-lambda-codegen"
1051
- version = "0.1.1 "
1051
+ version = "0.1.2 "
1052
1052
dependencies = [
1053
1053
"convert_case",
1054
1054
"http 1.0.0",
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ edition = "2021"
14
14
license = " MIT"
15
15
repository = " https://github.com/ramosbugs/openapi-lambda-rust"
16
16
rust-version = " 1.65.0"
17
- version = " 0.1.1 "
17
+ version = " 0.1.2 "
18
18
19
19
[profile .dev .package ]
20
20
# 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" }
38
38
# uses (see https://github.com/serde-rs/serde/pull/2588 and
39
39
# https://github.com/matklad/macro-dep-test).
40
40
[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