From b61505c8932d514e74233a239b5b9d09e195e13e Mon Sep 17 00:00:00 2001 From: Laurenz Stampfl <47084093+LaurenzV@users.noreply.github.com> Date: Tue, 17 Dec 2024 20:22:09 +0100 Subject: [PATCH] Reduce MSRV --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 807dd65b0..4ed92b032 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1313,7 +1313,7 @@ dependencies = [ [[package]] name = "krilla" version = "0.3.0" -source = "git+https://github.com/LaurenzV/krilla#e1a36bf6094332f0875f507a051e7e018e8bf6cf" +source = "git+https://github.com/LaurenzV/krilla?rev=d4dedf7#d4dedf71cc39f8fa5e8c8dc2a69eed164e0f8358" dependencies = [ "base64", "bumpalo", diff --git a/Cargo.toml b/Cargo.toml index 6452ca945..790ad8582 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -70,7 +70,7 @@ if_chain = "1" image = { version = "0.25.2", default-features = false, features = ["png", "jpeg", "gif"] } indexmap = { version = "2", features = ["serde"] } kamadak-exif = "0.5" -krilla = { git = "https://github.com/LaurenzV/krilla", features = ["comemo", "rayon", "svg"] } +krilla = { git = "https://github.com/LaurenzV/krilla", rev = "d4dedf7", features = ["comemo", "rayon", "svg"] } kurbo = "0.11" libfuzzer-sys = "0.4" lipsum = "0.9"