Skip to content

Commit

Permalink
Bump version to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ramosbugs committed Jan 18, 2024
1 parent 411577d commit 484f410
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo-1.70.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1021,7 +1021,7 @@ checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"

[[package]]
name = "openapi-lambda"
version = "0.1.1"
version = "0.1.2"
dependencies = [
"anyhow",
"async-trait",
Expand All @@ -1048,7 +1048,7 @@ dependencies = [

[[package]]
name = "openapi-lambda-codegen"
version = "0.1.1"
version = "0.1.2"
dependencies = [
"convert_case",
"http 1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ edition = "2021"
license = "MIT"
repository = "https://github.com/ramosbugs/openapi-lambda-rust"
rust-version = "1.65.0"
version = "0.1.1"
version = "0.1.2"

[profile.dev.package]
# See https://insta.rs/docs/quickstart/.
Expand Down
2 changes: 1 addition & 1 deletion openapi-lambda/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ openapi-lambda-codegen = { path = "../openapi-lambda-codegen" }
# uses (see https://github.com/serde-rs/serde/pull/2588 and
# https://github.com/matklad/macro-dep-test).
[target.'cfg(any())'.dependencies]
openapi-lambda-codegen = { version = "=0.1.1", path = "../openapi-lambda-codegen" }
openapi-lambda-codegen = { version = "=0.1.2", path = "../openapi-lambda-codegen" }

0 comments on commit 484f410

Please sign in to comment.