Not Sure if ive found an issue, or if im just missing a feature flag #7253
Answered
by
jonahgao
SelectSweet
asked this question in
Q&A
-
so I've only added datafusion to my cargo.toml, and now I'm getting this build error. I'm wondering if there's some feature flag I need to add to my cargo.toml to fix this, or if it's just some bug or issue.
|
Beta Was this translation helpful? Give feedback.
Answered by
jonahgao
Aug 15, 2023
Replies: 1 comment 1 reply
-
Running |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
SelectSweet
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Running
cargo update
should fix this.spawn_blocking
is a new interface introduced in tokio 1.28, and it appears that your local version of Tokio is out of date.