Skip to content

Commit

Permalink
Fix: Enable tokio sync feature
Browse files Browse the repository at this point in the history
Required when building just the `dora-message` crate
  • Loading branch information
phil-opp committed Nov 14, 2024
1 parent d150069 commit b669971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/message/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ arrow-data = { workspace = true }
serde = { version = "1.0.136", features = ["derive"] }
eyre = "0.6.8"
arrow-schema = { workspace = true, features = ["serde"] }
tokio = "1.39.2"
tokio = { version = "1.39.2", features = ["sync"] }
uuid = { version = "1.7", features = ["serde", "v7"] }
log = { version = "0.4.21", features = ["serde"] }
aligned-vec = { version = "0.5.0", features = ["serde"] }
Expand Down

0 comments on commit b669971

Please sign in to comment.