Skip to content

Commit

Permalink
Don't need sync
Browse files Browse the repository at this point in the history
  • Loading branch information
ThetaSinner committed Apr 8, 2024
1 parent 443e349 commit 3e71eb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/trycp_server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ serde_bytes = "0.11"
slab = "0.4"
snafu = "0.6"
structopt = "0.2"
tokio = { version = "1.24", features = ["macros", "rt-multi-thread", "process", "fs", "sync"]}
tokio = { version = "1.24", features = ["macros", "rt-multi-thread", "process", "fs"]}
tokio-tungstenite = "0.14"
url = "2"

0 comments on commit 3e71eb0

Please sign in to comment.