summaryrefslogtreecommitdiff
path: root/library
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-03-27 15:49:01 +0200
committerLaurenz <laurmaedje@gmail.com>2023-03-27 15:49:04 +0200
commitd71c933cca6c9b58a0d560b10f07aefc8243f932 (patch)
treee423657dc8b8ac7c749cf48dbde36e15aea8ca09 /library
parent133621969045ec8f23a5dca7fe33837c2cba0e32 (diff)
Bump dependencies
Diffstat (limited to 'library')
-rw-r--r--library/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/library/Cargo.toml b/library/Cargo.toml
index 98da25bd..b65005c9 100644
--- a/library/Cargo.toml
+++ b/library/Cargo.toml
@@ -11,10 +11,10 @@ bench = false
[dependencies]
typst = { path = ".." }
-comemo = { git = "https://github.com/typst/comemo" }
+comemo = "0.2"
csv = "1"
ecow = "0.1"
-hayagriva = { git = "https://github.com/typst/hayagriva" }
+hayagriva = "0.2"
hypher = "0.1"
kurbo = "0.8"
lipsum = { git = "https://github.com/reknih/lipsum" }
@@ -28,7 +28,7 @@ syntect = { version = "5", default-features = false, features = ["default-syntax
ttf-parser = "0.18.1"
typed-arena = "2"
unicode-bidi = "0.3.5"
-unicode-math-class = { git = "https://github.com/typst/unicode-math-class" }
+unicode-math-class = "0.1"
unicode-script = "0.5"
unicode-segmentation = "1"
xi-unicode = "0.3"