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
## What changes are included in this PR?
Changes tokio dependency, enable `sync` feature only by default, but
requires `full` feature when we enable `tokio` cfg. With this change, we
can still use tokio's runtime indepdenent utils, while only rely on
tokio's runtime when we enable `tokio` cfg.
## Are these changes tested?
CI.
---------
Signed-off-by: Ray Liu <[email protected]>
0 commit comments