Skip to content

Commit 2957df9

Browse files
committed
Fix tokio-listener compilation on other platforms
1 parent 0d0623c commit 2957df9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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
@@ -16,7 +16,7 @@ futures = "0.3.8"
1616
rand = { version = "0.8.5", features = ["small_rng"] }
1717
slab = "0.4.2"
1818
tokio = {version = "1", features=["net","rt","macros","sync"]}
19-
tokio-listener = { version = "0.2.0", default-features = false, features = ["user_facing_default"] }
19+
tokio-listener = { version = "0.2.1", default-features = false, features = ["user_facing_default"] }
2020
tokio-tungstenite = "0.20"
2121
tungstenite = {version="0.20", default_features=false}
2222
xflags = "0.3.1"

0 commit comments

Comments
 (0)