Skip to content

Commit

Permalink
update tower
Browse files Browse the repository at this point in the history
  • Loading branch information
Glyphack committed Oct 9, 2023
1 parent c9d9c14 commit a2ef856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lsp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ enderpy_python_parser = { path = "../parser" , version = "0.1.0"}
env_logger = "0.9.0"
serde_json = "1.0.78"
tokio = { version = "1.17.0", features = ["full"] }
tower-lsp = { version = "0.19.0", features = ["proposed"]}
tower-lsp = { version = "0.20.0", features = ["proposed"]}
serde = { version = "1.0", features = ["derive"] }
dashmap = "5.1.0"
log = "0.4.14"
Expand Down

0 comments on commit a2ef856

Please sign in to comment.