From b693c4376eafb2690faba6d606a8affbf077698e Mon Sep 17 00:00:00 2001 From: Laurenz Date: Tue, 29 Jul 2025 18:37:30 +0200 Subject: [PATCH] Try 21b6a2c --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2361d8edf..3fcdea959 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=caa334e#caa334e220d97665f3aaabc14d5e8a137402691c" +source = "git+https://github.com/typst/comemo?rev=21b6a2c#21b6a2cea5bc7f7bfbc8923ea194b68fff2b2236" dependencies = [ "comemo-macros", "fxhash", @@ -463,7 +463,7 @@ dependencies = [ [[package]] name = "comemo-macros" version = "0.4.0" -source = "git+https://github.com/typst/comemo?rev=caa334e#caa334e220d97665f3aaabc14d5e8a137402691c" +source = "git+https://github.com/typst/comemo?rev=21b6a2c#21b6a2cea5bc7f7bfbc8923ea194b68fff2b2236" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 8ced08d96..b8be5a0e9 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 = "caa334e" } +comemo = { git = "https://github.com/typst/comemo", rev = "21b6a2c" }