You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The http feature is not additive, which is necessary for feature unification to work. This prevents, e.g. multiple workers in the same workspace from using different feature sets.
Steps To Reproduce
Create a Cargo workspace with two workers
In one worker, use the http feature
In another worker, do not use the http feature.
Observe that the non-http worker cannot compile.
The text was updated successfully, but these errors were encountered:
I'm not sure if this will be possible, there are a few APIs that we are wanting to change in place which prevents a purely additive feature. I did run into this issue with the axum example.
Is there an existing issue for this?
What version of
workers-rs
are you using?0.0.21
What version of
wrangler
are you using?3.37.0
Describe the bug
The
http
feature is not additive, which is necessary for feature unification to work. This prevents, e.g. multiple workers in the same workspace from using different feature sets.Steps To Reproduce
http
featurehttp
feature.The text was updated successfully, but these errors were encountered: