From f776f0a75fb36deabab8e8cdf880389e4e2eb6e8 Mon Sep 17 00:00:00 2001 From: Heinenen <37484430+Heinenen@users.noreply.github.com> Date: Mon, 12 Feb 2024 13:57:31 +0100 Subject: Named destinations (#2954) --- Cargo.lock | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Cargo.lock') 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", -- cgit v1.2.3