Skip to content

Commit d67e13e

Browse files
committed
fix: thread 'main' panicked
aws/aws-lambda-rust-runtime#266
1 parent 1e66c7f commit d67e13e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ autobins = false
88
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
99

1010
[dependencies]
11-
tokio = { version = "0.3.1", features = ["macros", "rt", "rt-multi-thread"] }
11+
tokio = { version = "0.2", features = ["macros"] }
1212
lambda = { git = "https://github.com/awslabs/aws-lambda-rust-runtime/", branch = "master"}
1313
serde_json = "1.0"
1414

0 commit comments

Comments
 (0)