From d994718f49cc45de8715677b6f9ef3f195a60312 Mon Sep 17 00:00:00 2001 From: Laurenz Stampfl <47084093+LaurenzV@users.noreply.github.com> Date: Sun, 16 Jun 2024 11:00:59 +0200 Subject: [PATCH] Pin to rev --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e8dd966e..320adb4d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1541,7 +1541,7 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" [[package]] name = "subsetter" version = "0.11.0" -source = "git+https://github.com/typst/subsetter?branch=main#4e0058b4b9a0948a5f79894111948d95e59ba350" +source = "git+https://github.com/typst/subsetter?rev=4e0058b#4e0058b4b9a0948a5f79894111948d95e59ba350" [[package]] name = "svg2pdf" diff --git a/Cargo.toml b/Cargo.toml index af7f7943..ff0b1470 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ usvg = { version = "0.42.0", default-features = false } tiny-skia = "0.11.4" unicode-properties = "0.1.1" resvg = { version = "0.42.0", default-features = false } -subsetter = {git = "https://github.com/typst/subsetter", branch = "main"} +subsetter = {git = "https://github.com/typst/subsetter", rev = "4e0058b"} ttf-parser = { version = "0.21.1" } siphasher = { version = "1.0.1"}