Skip to content

Commit

Permalink
fix: enable feature flags to which deltalake-core build tokio with en…
Browse files Browse the repository at this point in the history
…able_io()

`cargo build` just in core was broken previously. When building at the
root of the project this did not fail because some combination of
feature flags for tokio were being used during that `cargo` run
  • Loading branch information
rtyler committed Aug 20, 2024
1 parent 38c90e9 commit 649c63b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,10 @@ futures = { workspace = true }
num_cpus = { workspace = true }
tokio = { workspace = true, features = [
"macros",
"process",
"rt",
"rt-multi-thread",
"signal",
"sync",
"fs",
"parking_lot",
Expand Down

0 comments on commit 649c63b

Please sign in to comment.