From 8b4210669b31a6da61f04b959e0ebcad7ff4e448 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Sun, 25 Sep 2022 19:43:26 +0200 Subject: [PATCH] Add `comemo` as git dependency --- Cargo.lock | 2 ++ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index e4a8add70..898df1d6f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -153,6 +153,7 @@ checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b" [[package]] name = "comemo" version = "0.1.0" +source = "git+https://github.com/typst/comemo#470a69f4d55671a57367c84b814b84bf0617ef63" dependencies = [ "comemo-macros", "siphasher", @@ -161,6 +162,7 @@ dependencies = [ [[package]] name = "comemo-macros" version = "0.1.0" +source = "git+https://github.com/typst/comemo#470a69f4d55671a57367c84b814b84bf0617ef63" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 9e3137b13..79ec772cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ unscanny = "0.1" regex = "1" # Incremental compilation -comemo = { path = "../comemo" } +comemo = { git = "https://github.com/typst/comemo" } # Text and font handling hypher = "0.1"