Skip to content

Commit 484f410

Browse files
committed
Bump version to 0.1.2
1 parent 411577d commit 484f410

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo-1.70.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -1021,7 +1021,7 @@ checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
10211021

10221022
[[package]]
10231023
name = "openapi-lambda"
1024-
version = "0.1.1"
1024+
version = "0.1.2"
10251025
dependencies = [
10261026
"anyhow",
10271027
"async-trait",
@@ -1048,7 +1048,7 @@ dependencies = [
10481048

10491049
[[package]]
10501050
name = "openapi-lambda-codegen"
1051-
version = "0.1.1"
1051+
version = "0.1.2"
10521052
dependencies = [
10531053
"convert_case",
10541054
"http 1.0.0",

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ edition = "2021"
1414
license = "MIT"
1515
repository = "https://github.com/ramosbugs/openapi-lambda-rust"
1616
rust-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/.

openapi-lambda/Cargo.toml

+1-1
Original file line numberDiff line numberDiff 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" }

0 commit comments

Comments
 (0)