Skip to content

Commit

Permalink
Merge pull request #16 from joshtriplett/http-types-no-default-features
Browse files Browse the repository at this point in the history
Depend on http-types without default-features
  • Loading branch information
yoshuawuyts authored Sep 6, 2021
2 parents 56e5e4f + 0d095c0 commit 5845e11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ authors = [

[dependencies]
futures-lite = "1.11.3"
http-types = { version = "2.0.1", default-features = false }
http-types = { version = "2.10.0", default-features = false }
log = "0.4.8"
memchr = "2.3.3"
pin-project-lite = "0.2.7"
Expand Down

0 comments on commit 5845e11

Please sign in to comment.