Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lambda-events/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aws_lambda_events"
version = "1.0.3"
version = "1.1.0"
rust-version = "1.84.0"
description = "AWS Lambda event definitions"
authors = [
Expand Down
2 changes: 1 addition & 1 deletion lambda-http/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ url = "2.2"

[dependencies.aws_lambda_events]
path = "../lambda-events"
version = "1.0"
version = "1.1"
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not strictly needed given cargo resolution, but less confusing

default-features = false
features = ["alb", "apigw"]

Expand Down