Skip to content

Commit fd13527

Browse files
authored
Fix license field for lambda_runtime (#302)
The license field for lambda_runtime was not using the correct identifier preventing publishing to crates.io.
1 parent 2f30438 commit fd13527

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambda-runtime/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.3.0"
44
authors = ["David Barsky <[email protected]>"]
55
description = "AWS Lambda Runtime"
66
edition = "2018"
7-
license = "Apache License 2.0"
7+
license = "Apache-2.0"
88
repository = "https://github.com/awslabs/aws-lambda-rust-runtime"
99
categories = ["web-programming::http-server"]
1010
keywords = ["AWS", "Lambda", "API"]

0 commit comments

Comments
 (0)