Skip to content

Commit

Permalink
add required feature to tokio
Browse files Browse the repository at this point in the history
  • Loading branch information
Luk-ESC committed Aug 21, 2024
1 parent b0df1a7 commit a2828a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ lto = true
codegen-units = 1

[workspace.dependencies]
tokio = { version = "1.39.2", features = ["net", "macros", "rt-multi-thread", "fs", "io-util"] }
tokio = { version = "1.39.2", features = ["net", "macros", "rt-multi-thread", "fs", "io-util", "sync"] }
rayon = "1.10.0"

0 comments on commit a2828a8

Please sign in to comment.