Skip to content

Commit

Permalink
chore(dependencies): remove implicit features of optional dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Sep 18, 2023
1 parent cb10be2 commit 0dac921
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 @@ -75,14 +75,14 @@ full = [

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

# 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 0dac921

Please sign in to comment.