summaryrefslogtreecommitdiff
path: root/support/texlab/crates/texlab/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'support/texlab/crates/texlab/Cargo.toml')
-rw-r--r--support/texlab/crates/texlab/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/support/texlab/crates/texlab/Cargo.toml b/support/texlab/crates/texlab/Cargo.toml
index ebc7cd222d..dc1eb5b913 100644
--- a/support/texlab/crates/texlab/Cargo.toml
+++ b/support/texlab/crates/texlab/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "texlab"
description = "LaTeX Language Server"
-version = "5.5.0"
+version = "5.5.1"
license.workspace = true
readme = "README.md"
authors.workspace = true
@@ -33,7 +33,6 @@ doctest = false
[dependencies]
anyhow = "1.0.70"
base-db = { path = "../base-db" }
-base-feature = { path = "../base-feature" }
citeproc = { path = "../citeproc" }
clap = { version = "4.2.2", features = ["derive"] }
commands = { path = "../commands" }
@@ -65,6 +64,7 @@ syntax = { path = "../syntax" }
tempfile = "3.5.0"
threadpool = "1.8.1"
titlecase = "2.2.1"
+symbols = { path = "../symbols" }
[dev-dependencies]
assert_unordered = "0.3.5"