Skip to content

Commit

Permalink
Bump pdf-writer to 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
laurmaedje committed Oct 4, 2023
1 parent 5589869 commit e7bc9d3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
5 changes: 3 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ required-features = ["cli"]

[dependencies]
miniz_oxide = "0.7"
pdf-writer = "0.8"
pdf-writer = "0.9"
usvg = { version = "0.35", default-features = false }
image = { version = "0.24", default-features = false, features = ["jpeg", "png", "gif"], optional = true }
termcolor = { version = "1", optional = true }
Expand All @@ -45,6 +45,3 @@ fontdb = { version = "0.14", optional= true }

[dev-dependencies]
usvg = { version = "0.35.0" }

[patch.crates-io]
pdf-writer = { git = "https://github.com/typst/pdf-writer", branch = "chunks" }
2 changes: 1 addition & 1 deletion tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ usvg = "0.35.0"
pdfium-render = "0.8.6"
walkdir = "2.3.3"
lazy_static = "1.4.0"
pdf-writer = "0.8"
pdf-writer = "0.9"
image = "0.24"
indicatif = "0.17.5"
oxipng = { version = "8.0.0", default-features = false, features = ["filetime", "parallel", "zopfli"] }
Expand Down

0 comments on commit e7bc9d3

Please sign in to comment.