Skip to content

Commit

Permalink
docs(examples): upgrade tokio version (#2456)
Browse files Browse the repository at this point in the history
  • Loading branch information
kolapapa committed Mar 10, 2021
1 parent 34085af commit 297a068
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 @@ -11,7 +11,7 @@ Most of these examples use these dependencies:
```toml
[dependencies]
hyper = { version = "0.14", features = ["full"] }
tokio = { version = "0.2", features = ["full"] }
tokio = { version = "1", features = ["full"] }
pretty_env_logger = "0.4"
```

Expand Down

0 comments on commit 297a068

Please sign in to comment.