Skip to content

Commit caa166c

Browse files
authored
chore(dependencies): avoid implicit cargo feature of futures-util (#3931)
Fix a mistake in commit e11b2ad: use the 'dep:' syntax for futures-util, so that Cargo won't implicitly create a feature called 'futures-util'. Removing features is semver-breaking, but said commit hasn't been in any release yet, so it can still be fixed now.
1 parent 8ad2595 commit caa166c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ client = ["dep:want", "dep:pin-project-lite", "dep:smallvec"]
8888
server = ["dep:httpdate", "dep:pin-project-lite", "dep:smallvec"]
8989

9090
# C-API support (currently unstable (no semver))
91-
ffi = ["dep:http-body-util", "futures-util"]
91+
ffi = ["dep:http-body-util", "dep:futures-util"]
9292
capi = []
9393

9494
# Utilize tracing (currently unstable)

0 commit comments

Comments
 (0)