Skip to content

Commit

Permalink
Add tokio_util compat feature
Browse files Browse the repository at this point in the history
  • Loading branch information
kossnocorp committed Dec 31, 2024
1 parent dc1bbef commit e76e393
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 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 lsp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ path = "src/main.rs"
async-lsp = { version = "0.2.1", features = ["tokio"] }
futures = "0.3.31"
tokio = { version = "1.42.0", features = ["full"] }
tokio-util = "0.7.13"
tokio-util = { version = "0.7.13", features = ["compat"] }
tower = "0.5.2"
tracing = "0.1.41"
tracing-subscriber = "0.3.19"
Expand Down

0 comments on commit e76e393

Please sign in to comment.