Closed jizizr closed 8 months ago
There is a similar issue that has already been closed for reference. https://github.com/hyperium/hyper/issues/3038
Thanks for this.
Yes, it does look like a similar issue to the one found in Hyper. Specifically that it sounds like it was working by accident because of a required feature of socket2
being enabled by a different dependency (probably Tokio). I will update the Cargo.toml
to specify the required features of socket2
, which it definitely should as it shouldn't be relying on side-effects which may change underneath us.
I've published v0.17.1 which sets the feature flags correctly, so hopefully that'll resolve this and prevent other people tripping over it in future.
Version v0.17.0
Platform MacOS
Description
Cannot build the newest redis-async:
I am also getting this error, had to downgrade it to v0.16.1 since my project would not build with v0.17.0