summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorHeinenen <37484430+Heinenen@users.noreply.github.com>2024-02-12 13:57:31 +0100
committerGitHub <noreply@github.com>2024-02-12 12:57:31 +0000
commitf776f0a75fb36deabab8e8cdf880389e4e2eb6e8 (patch)
tree3c93c358d46e7a6fb4693e9491e2f81d227ed8eb /Cargo.lock
parent63b73ee98c75b26b7adb4b7517732e0d2bb7551c (diff)
Named destinations (#2954)
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock5
1 files changed, 2 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 4900bdd4..842e9abe 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1616,9 +1616,8 @@ checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
[[package]]
name = "pdf-writer"
-version = "0.9.2"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "644b654f2de28457bf1e25a4905a76a563d1128a33ce60cf042f721f6818feaf"
+version = "0.9.0"
+source = "git+https://github.com/heinenen/pdf-writer?branch=named_destinations#58c6dc1552aa72f5e2c07a37045526fcf365d34a"
dependencies = [
"bitflags 1.3.2",
"itoa",