summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2022-06-13 19:44:57 +0200
committerLaurenz <laurmaedje@gmail.com>2022-06-13 19:44:57 +0200
commit891af17260a6750a74a102388a05e59cf1ffc3c1 (patch)
tree1f4b45e348e678627e62815cc5aa3d58ce1c472e /Cargo.toml
parent2fe549c1ec40681829b59f95a5a2f5db335ec3af (diff)
Bump lipsum
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8db050c2..db9fb5c7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,7 +16,7 @@ typst-macros = { path = "./macros" }
# Utilities
bytemuck = "1"
fxhash = "0.2"
-lipsum = { git = "https://github.com/reknih/lipsum", default-features = false }
+lipsum = { git = "https://github.com/reknih/lipsum" }
once_cell = "1"
serde = { version = "1", features = ["derive"] }
typed-arena = "2"