We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cbf952 commit 34085afCopy full SHA for 34085af
examples/README.md
@@ -10,7 +10,7 @@ Most of these examples use these dependencies:
10
11
```toml
12
[dependencies]
13
-hyper = "0.13"
+hyper = { version = "0.14", features = ["full"] }
14
tokio = { version = "0.2", features = ["full"] }
15
pretty_env_logger = "0.4"
16
```
0 commit comments