diff --git a/Cargo.toml b/Cargo.toml index 351fa86709..d257ca13c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 = []