summaryrefslogtreecommitdiff
path: root/support/texlab/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'support/texlab/Cargo.toml')
-rw-r--r--support/texlab/Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/support/texlab/Cargo.toml b/support/texlab/Cargo.toml
index 506b454b4a..790c5d8fe0 100644
--- a/support/texlab/Cargo.toml
+++ b/support/texlab/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "texlab"
description = "LaTeX Language Server"
-version = "3.1.0"
+version = "3.2.0"
license = "GPL-3.0"
readme = "README.md"
authors = [
@@ -72,6 +72,7 @@ tempfile = "3.2.0"
threadpool = "1.8.1"
titlecase = "1.1.0"
url = "2.2.2"
+uuid = { version = "0.8.2", features = ["v4"] }
[dev-dependencies]
indoc = "1.0.3"