Skip to content

Commit

Permalink
Fix tokio-listener compilation on other platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
vi committed Aug 2, 2023
1 parent 0d0623c commit 2957df9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ futures = "0.3.8"
rand = { version = "0.8.5", features = ["small_rng"] }
slab = "0.4.2"
tokio = {version = "1", features=["net","rt","macros","sync"]}
tokio-listener = { version = "0.2.0", default-features = false, features = ["user_facing_default"] }
tokio-listener = { version = "0.2.1", default-features = false, features = ["user_facing_default"] }
tokio-tungstenite = "0.20"
tungstenite = {version="0.20", default_features=false}
xflags = "0.3.1"

0 comments on commit 2957df9

Please sign in to comment.