From 6b1805bd97e4118df380d30463fefc31e8915d3a Mon Sep 17 00:00:00 2001 From: Laurenz Date: Wed, 23 Jul 2025 21:37:51 +0200 Subject: [PATCH] Try c2b00a0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f8c49d5d3..cc208c192 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -451,7 +451,7 @@ checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990" [[package]] name = "comemo" version = "0.4.0" -source = "git+https://github.com/typst/comemo?rev=4534e06#4534e06a881d2ba9cc673819e1fb65d272a6077f" +source = "git+https://github.com/typst/comemo?rev=c2b00a0#c2b00a09c944a7dbab779762017a9574bf297439" dependencies = [ "bumpalo", "comemo-macros", @@ -463,7 +463,7 @@ dependencies = [ [[package]] name = "comemo-macros" version = "0.4.0" -source = "git+https://github.com/typst/comemo?rev=4534e06#4534e06a881d2ba9cc673819e1fb65d272a6077f" +source = "git+https://github.com/typst/comemo?rev=c2b00a0#c2b00a09c944a7dbab779762017a9574bf297439" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 6fd2ca8d7..9bcec920e 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 = "4534e06" } +comemo = { git = "https://github.com/typst/comemo", rev = "c2b00a0" }