Skip to content

Commit

Permalink
Add explicit http feature for 2024 edition
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJokr committed Jul 4, 2024
1 parent 48abe97 commit bf9fd49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ categories = ["network-programming", "web-programming"]

[features]
async = ["dep:futures-util", "dep:async-lock", "dep:event-listener"]
http = ["dep:http"]
log = ["tracing/log"]
trace-more = []

Expand Down

0 comments on commit bf9fd49

Please sign in to comment.