Skip to content

Commit 9cd19e3

Browse files
authored
Added version to runtime_client dependency (#7)
* Updated header values for provided runtime and switched to ms time remaining * Fixed issue with deadline not being set in context and switched to realtime clock to get correct epoch * Removed libc dependency and switched to chrono for deadline calculation * Fixed docs example not to import HttpRuntimeClient * New error reporting method with correct content type and error type header. * Two fixes to honor max retries in the get_next_event method and call the error_reponse rather than init_fail when an error is thrown after the call to /next * Added homepage, docs, and repo to Cargo files * Added version of runtime client dependency
1 parent cf1e3ef commit 9cd19e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambda-runtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ log = "^0.4"
1818
hyper = "^0.12"
1919
tokio = "^0.1"
2020
backtrace = "^0.3"
21-
lambda_runtime_client = { path = "../lambda-runtime-client"}
21+
lambda_runtime_client = { path = "../lambda-runtime-client", version = "^0.1" }
2222
chrono = "^0.4"
2323
simple_logger = "^1"
2424

0 commit comments

Comments
 (0)