Skip to content

Commit fbbaa4f

Browse files
committed
Bump pdf-writer to 0.8
1 parent 1751551 commit fbbaa4f

3 files changed

Lines changed: 5 additions & 7 deletions

File tree

Cargo.lock

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ required-features = ["cli"]
3636

3737
[dependencies]
3838
miniz_oxide = "0.7"
39-
pdf-writer = "0.7"
39+
pdf-writer = "0.8"
4040
usvg = { version = "0.32", default-features = false }
4141
image = { version = "0.24", features = ["jpeg", "png", "gif"], optional = true }
4242
termcolor = { version = "1", optional = true }
@@ -45,6 +45,3 @@ fontdb = { version = "0.13", optional= true }
4545

4646
[dev-dependencies]
4747
usvg = { version = "0.32" }
48-
49-
[patch.crates-io]
50-
pdf-writer = { git = "https://github.com/typst/pdf-writer", branch = "main" }

tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ usvg = "0.32"
3434
pdfium-render = "0.8.6"
3535
walkdir = "2.3.3"
3636
lazy_static = "1.4.0"
37-
pdf-writer = "0.7"
37+
pdf-writer = "0.8"
3838
image = "0.24"
3939
indicatif = "0.17.5"
4040
oxipng = { version = "8.0.0", default-features = false, features = ["filetime", "parallel", "zopfli"] }

0 commit comments

Comments
 (0)