summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2021-09-07 14:11:11 +0200
committerLaurenz <laurmaedje@gmail.com>2021-09-09 12:16:55 +0200
commitd2618acd8dd4bfb1a5fa2f16d5cdf5051deb2ce1 (patch)
tree96fd5ef916a2154b3534fc98a2a161da32e69b86 /Cargo.toml
parent7f48e8fe6668c5b2fdc62cc70e6bcffb744f411c (diff)
Bump pdf-writer
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 e960226f..ee94e2a3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -24,7 +24,7 @@ fxhash = "0.2.1"
image = { version = "0.23", default-features = false, features = ["png", "jpeg"] }
itertools = "0.10"
miniz_oxide = "0.4"
-pdf-writer = "0.3.2"
+pdf-writer = { git = "https://github.com/typst/pdf-writer", rev = "a750b66" }
rand = "0.8"
rustybuzz = "0.4"
serde = { version = "1", features = ["derive", "rc"] }