Skip to content

Commit 2d37c34

Browse files
skorobkovDavid Barsky
authored and
David Barsky
committed
fix lambda-http deps (#189)
1 parent 8fed758 commit 2d37c34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambda-http/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ http = "0.1"
2020
serde = "^1"
2121
serde_json = "^1"
2222
serde_derive = "^1"
23-
lambda_runtime = { path = "../lambda-runtime", version = "^0.2" }
23+
lambda = { path = "../lambda" }
2424
tokio = "^0.1"
2525
base64 = "0.10"
2626
failure = "0.1"

0 commit comments

Comments
 (0)