Skip to content

Commit

Permalink
refactor(hitt-request): remove unused tokio features (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
hougesen authored Oct 30, 2023
1 parent a4ae732 commit 4d3384e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hitt-request/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ edition = "2021"
[dependencies]
hitt-parser = { path = "../hitt-parser" }
reqwest = "0.11.20"
tokio = { version = "1.32.0", features = ["full"] }
tokio = { version = "1.32.0" }

0 comments on commit 4d3384e

Please sign in to comment.