Skip to content

Commit 20e16b7

Browse files
author
Davide Melfi
committed
chore: add version fix
1 parent b7d832e commit 20e16b7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lambda-http/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lambda_http"
3-
version = "1.1.0-rc1.1"
3+
version = "1.1.1"
44
authors = [
55
"David Calavera <dcalaver@amazon.com>",
66
"Harold Sun <sunhua@amazon.com>",
@@ -39,7 +39,7 @@ http = { workspace = true }
3939
http-body = { workspace = true }
4040
http-body-util = { workspace = true }
4141
hyper = { workspace = true }
42-
lambda_runtime = { version = "1.1.0-rc1.1", path = "../lambda-runtime", default-features = false}
42+
lambda_runtime = { version = "1.1.1", path = "../lambda-runtime", default-features = false}
4343
mime = "0.3"
4444
percent-encoding = "2.2"
4545
pin-project-lite = { workspace = true }

lambda-runtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lambda_runtime"
3-
version = "1.1.0-rc1.1"
3+
version = "1.1.1"
44
authors = [
55
"David Calavera <dcalaver@amazon.com>",
66
"Harold Sun <sunhua@amazon.com>",

0 commit comments

Comments
 (0)