diff options
| author | Laurenz <laurmaedje@gmail.com> | 2021-09-07 14:11:11 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2021-09-09 12:16:55 +0200 |
| commit | d2618acd8dd4bfb1a5fa2f16d5cdf5051deb2ce1 (patch) | |
| tree | 96fd5ef916a2154b3534fc98a2a161da32e69b86 /Cargo.toml | |
| parent | 7f48e8fe6668c5b2fdc62cc70e6bcffb744f411c (diff) | |
Bump pdf-writer
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"] } |
