Skip to content

Commit

Permalink
chore(dependencies): remove implicit features of optional dependencies (
Browse files Browse the repository at this point in the history
hyperium#3321)

Signed-off-by: Sven Pfennig <[email protected]>
  • Loading branch information
seanmonstar authored and 0xE282B0 committed Jan 16, 2024
1 parent 3026a7f commit 4ba2d85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,14 @@ full = [

# HTTP versions
http1 = []
http2 = ["h2_wasi"]
http2 = ["dep:h2_wasi"]

# Client/Server
client = []
server = []

# C-API support (currently unstable (no semver))
ffi = ["libc", "http-body-util"]
ffi = ["dep:libc", "dep:http-body-util"]

# internal features used in CI
nightly = []
Expand Down

0 comments on commit 4ba2d85

Please sign in to comment.