summaryrefslogtreecommitdiff
path: root/support/texlab/Cargo.toml
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-06-13 03:03:20 +0000
committerNorbert Preining <norbert@preining.info>2021-06-13 03:03:20 +0000
commit2ba4b1ac7860085c0b259aacb0d99bd2c730edbc (patch)
tree45f851c69d035dca1793ce55cce4783eb52b1dea /support/texlab/Cargo.toml
parent73dcf554624f325ec90d02815c36d92a33c2667f (diff)
CTAN sync 202106130303
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"