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 compat feature of futures is used by futures v0.3 to interact with futures v0.1. I haven't found a place in the current Rust implementation where this feature is needed (or maybe I didn't read it carefully enough, and I'm worried about it). Does this mean that the compat feature can be removed?
Actually, I am trying to build a client for [NebulaGraph](https://github.com/vesoft-inc/nebula) that uses the Thrift protocol. I hope my dependencies can be reduced. If the compat feature is removed, I won't have to rely on futures v0.1 anymore:)
The text was updated successfully, but these errors were encountered:
The
compat
feature offutures
is used byfutures v0.3
to interact withfutures v0.1
. I haven't found a place in the current Rust implementation where this feature is needed (or maybe I didn't read it carefully enough, and I'm worried about it). Does this mean that thecompat
feature can be removed?Actually, I am trying to build a client for [NebulaGraph](https://github.com/vesoft-inc/nebula) that uses the Thrift protocol. I hope my dependencies can be reduced. If the
compat
feature is removed, I won't have to rely onfutures v0.1
anymore:)The text was updated successfully, but these errors were encountered: