From 140b62462f0fc3b126b476947d5d772fd444c2a0 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Tue, 29 Jul 2025 17:27:30 +0200 Subject: [PATCH] Try 670d0ba --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 59bcee31c..a9c41ca18 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=33e6bf6#33e6bf67f0867c3c83c432dfaf210869121a01e1" +source = "git+https://github.com/typst/comemo?rev=670d0ba#670d0ba5a25d26b7682defe997d8ed865edc6346" dependencies = [ "comemo-macros", "parking_lot", @@ -462,7 +462,7 @@ dependencies = [ [[package]] name = "comemo-macros" version = "0.4.0" -source = "git+https://github.com/typst/comemo?rev=33e6bf6#33e6bf67f0867c3c83c432dfaf210869121a01e1" +source = "git+https://github.com/typst/comemo?rev=670d0ba#670d0ba5a25d26b7682defe997d8ed865edc6346" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index effaae47a..620198721 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 = "33e6bf6" } +comemo = { git = "https://github.com/typst/comemo", rev = "670d0ba" }