diff options
| author | Laurenz <laurmaedje@gmail.com> | 2024-02-14 12:39:55 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-14 11:39:55 +0000 |
| commit | 52571dd9efed3a76db85123781e27f96598dc4b3 (patch) | |
| tree | eca7ba91e7ca478c40dd94051c1475656a42bf68 /Cargo.toml | |
| parent | 8ed1eff7b5b76b72eef8e67ee9120e5d24925aa7 (diff) | |
Fix named destinations (#3411)
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -71,7 +71,7 @@ oxipng = { version = "9.0", default-features = false, features = ["filetime", "p palette = { version = "0.7.3", default-features = false, features = ["approx", "libm"] } parking_lot = "0.12.1" pathdiff = "0.2" -pdf-writer = "0.9" +pdf-writer = "0.9.2" phf = { version = "0.11", features = ["macros"] } pixglyph = "0.3" proc-macro2 = "1" @@ -123,9 +123,6 @@ xz2 = "0.1" yaml-front-matter = "0.1" zip = { version = "0.6", default-features = false, features = ["deflate"] } -[patch.crates-io] -pdf-writer = { git = 'https://github.com/heinenen/pdf-writer', branch = "named_destinations" } - [profile.dev.package."*"] opt-level = 2 |
