Skip to content
This repository was archived by the owner on May 16, 2023. It is now read-only.

Commit 9aeb152

Browse files
authored
Release 0.7.1 (#119)
* Release 0.7.1 Signed-off-by: David Calavera <david.calavera@gmail.com> * Make dynamodb feature depend on streams Signed-off-by: David Calavera <david.calavera@gmail.com> Signed-off-by: David Calavera <david.calavera@gmail.com>
1 parent a772e02 commit 9aeb152

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aws_lambda_events/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "aws_lambda_events"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
description = "AWS Lambda event definitions"
55
authors = [
66
"Christian Legnitto <christian@legnitto.com>",
@@ -42,7 +42,7 @@ apigw = []
4242
cloudwatch_events = []
4343
cloudwatch_logs = ["flate2"]
4444
cognito = []
45-
dynamodb = []
45+
dynamodb = ["streams"]
4646
kinesis = []
4747
kinesis_analytics = ["kinesis"]
4848
s3 = []

0 commit comments

Comments
 (0)