Skip to content

Commit

Permalink
add "net" feature from tokio (#680)
Browse files Browse the repository at this point in the history
  • Loading branch information
FreezyLemon committed Nov 10, 2022
1 parent db89817 commit 03b8391
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion av1an-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ features = ["vsscript-functions", "vapoursynth-functions"]

[dependencies.tokio]
version = "1"
features = ["rt", "process", "io-util"]
features = ["rt", "process", "io-util", "net"]

[dependencies.dashmap]
version = "5.0.0"
Expand Down

0 comments on commit 03b8391

Please sign in to comment.