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

Commit c0d3366

Browse files
authored
Release 0.7.0 (#109)
Signed-off-by: David Calavera <david.calavera@gmail.com> Signed-off-by: David Calavera <david.calavera@gmail.com>
1 parent 074f7de commit c0d3366

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

aws_lambda_events/Cargo.toml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
[package]
22
name = "aws_lambda_events"
3-
version = "0.6.3"
3+
version = "0.7.0"
44
description = "AWS Lambda event definitions"
55
authors = [
66
"Christian Legnitto <christian@legnitto.com>",
7-
"Sam Rijs <srijs@airpost.net>"
7+
"Sam Rijs <srijs@airpost.net>",
8+
"David Calavera <dcalaver@amazon.com>"
89
]
910
license = "MIT"
1011
homepage = "https://github.com/LegNeato/aws-lambda-events"
@@ -13,9 +14,6 @@ readme = "README.md"
1314
keywords = ["lambda", "aws", "amazon", "events", "S3"]
1415
categories = ["api-bindings", "encoding", "web-programming"]
1516

16-
[badges]
17-
travis-ci = { repository = "LegNeato/aws-lambda-events" }
18-
1917
[dependencies]
2018
base64 = "0.13"
2119
http = "0.2"

0 commit comments

Comments
 (0)