diff options
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"] } |
