summaryrefslogtreecommitdiff
path: root/support/texlab/crates/hover/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'support/texlab/crates/hover/Cargo.toml')
-rw-r--r--support/texlab/crates/hover/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/texlab/crates/hover/Cargo.toml b/support/texlab/crates/hover/Cargo.toml
index af8f4f566b..ebc2522c08 100644
--- a/support/texlab/crates/hover/Cargo.toml
+++ b/support/texlab/crates/hover/Cargo.toml
@@ -11,7 +11,7 @@ base-db = { path = "../base-db" }
bibtex-utils = { path = "../bibtex-utils" }
citeproc = { path = "../citeproc" }
completion-data = { path = "../completion-data" }
-rowan = "0.15.13"
+rowan = "0.15.15"
syntax = { path = "../syntax" }
[dev-dependencies]