Skip to content

Commit

Permalink
docs(examples): use hyper v0.14 and full feature (#2451)
Browse files Browse the repository at this point in the history
  • Loading branch information
0x79756b69 authored Mar 8, 2021
1 parent 8cbf952 commit 34085af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
```
Expand Down

0 comments on commit 34085af

Please sign in to comment.