Skip to content

Commit 297a068

Browse files
authored
docs(examples): upgrade tokio version (#2456)
1 parent 34085af commit 297a068

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
@@ -11,7 +11,7 @@ Most of these examples use these dependencies:
1111
```toml
1212
[dependencies]
1313
hyper = { version = "0.14", features = ["full"] }
14-
tokio = { version = "0.2", features = ["full"] }
14+
tokio = { version = "1", features = ["full"] }
1515
pretty_env_logger = "0.4"
1616
```
1717

0 commit comments

Comments
 (0)