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"