From 34e8bc995083abf445a25e78dba54bfda4f23c29 Mon Sep 17 00:00:00 2001 From: 0x79756b69 <76654022+0x79756b69@users.noreply.github.com> Date: Sun, 7 Mar 2021 14:18:16 +0900 Subject: [PATCH] docs(version): use hyper v0.14 and full feature --- examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index 7071bd7b70..45801d60ad 100644 --- a/examples/README.md +++ b/examples/README.md @@ -10,7 +10,7 @@ Most of these examples use these dependencies: ```toml [dependencies] -hyper = "0.13" +hyper = { version = "0.14", features = ["full"] } tokio = { version = "0.2", features = ["full"] } pretty_env_logger = "0.4" ```