From 6c28ef34c74c68048ddcb100ae1d7382c3ecfa9a Mon Sep 17 00:00:00 2001 From: Laurenz Date: Fri, 25 Jul 2025 23:02:26 +0200 Subject: [PATCH] Try 418f02b --- Cargo.lock | 5 ++--- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ba83f6f64..f34c849b1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -451,9 +451,8 @@ checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990" [[package]] name = "comemo" version = "0.4.0" -source = "git+https://github.com/typst/comemo?rev=9473663#947366304aad8840fa72eab413e07260cc34b6b4" +source = "git+https://github.com/typst/comemo?rev=418f02b#418f02b58ce10e09abf0bcba92437e05f284294f" dependencies = [ - "bumpalo", "comemo-macros", "parking_lot", "siphasher", @@ -463,7 +462,7 @@ dependencies = [ [[package]] name = "comemo-macros" version = "0.4.0" -source = "git+https://github.com/typst/comemo?rev=9473663#947366304aad8840fa72eab413e07260cc34b6b4" +source = "git+https://github.com/typst/comemo?rev=418f02b#418f02b58ce10e09abf0bcba92437e05f284294f" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 438019111..2ef14a00e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -165,4 +165,4 @@ uninlined_format_args = "warn" wildcard_in_or_patterns = "allow" [patch.crates-io] -comemo = { git = "https://github.com/typst/comemo", rev = "9473663" } +comemo = { git = "https://github.com/typst/comemo", rev = "418f02b" }