Skip to content

Commit

Permalink
Update README.md: added hyper-util to the dependencies section
Browse files Browse the repository at this point in the history
There is a need to include the hyper-util crate to compile examples, otherwise, it cannot solve the dependency for TokioIo. 
It looks like the examples also need to be updated as they refer to an internal "../benches/support/mod.rs" for TokioIo
  • Loading branch information
sheroz authored Nov 17, 2023
1 parent 2954280 commit e3be311
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ serde_json = "1.0"
form_urlencoded = "1"
http = "1"
futures-util = { version = "0.3", default-features = false }
hyper-util = { version = "0.1", features = ["full"] }
```

## Getting Started
Expand Down

0 comments on commit e3be311

Please sign in to comment.