Skip to content

Commit 058fc9c

Browse files
committed
Change tokio flags
1 parent dab540a commit 058fc9c

File tree

2 files changed

+1
-37
lines changed

2 files changed

+1
-37
lines changed

Cargo.lock

Lines changed: 0 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ serde = { version = "1.0", features = ["derive"] }
2323
serde_json = "1.0"
2424
actix = "0.9"
2525
actix-rt = "1.0"
26-
tokio = { version = "0.2", features = ["full"] }
26+
tokio = { version = "0.2", features = ["net"] }
2727
futures = "0.3"
2828
flate2 = "1.0"
2929
scan_fmt = "0.2"

0 commit comments

Comments
 (0)