Skip to content

Commit 34085af

Browse files
authored
docs(examples): use hyper v0.14 and full feature (#2451)
1 parent 8cbf952 commit 34085af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Most of these examples use these dependencies:
1010

1111
```toml
1212
[dependencies]
13-
hyper = "0.13"
13+
hyper = { version = "0.14", features = ["full"] }
1414
tokio = { version = "0.2", features = ["full"] }
1515
pretty_env_logger = "0.4"
1616
```

0 commit comments

Comments
 (0)