From e248cfed91d5d8098316fd8a977c73a6aaa8ba61 Mon Sep 17 00:00:00 2001 From: Jack <34489450+fenjalien@users.noreply.github.com> Date: Wed, 29 Mar 2023 01:32:31 +0100 Subject: [PATCH] update comemo to v0.2 --- Cargo.lock | 27 ++++----------------------- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 24 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 49ffdeb..366db3c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -137,16 +137,7 @@ version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "22bf2c21093020535dd771993fedae8dd55393a4258cca501a9b55a962d350a5" dependencies = [ - "comemo-macros 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "siphasher", -] - -[[package]] -name = "comemo" -version = "0.2.0" -source = "git+https://github.com/typst/comemo#19cb91349d67a22dc8723fce3879a6af3730ecba" -dependencies = [ - "comemo-macros 0.2.0 (git+https://github.com/typst/comemo)", + "comemo-macros", "siphasher", ] @@ -161,16 +152,6 @@ dependencies = [ "syn 1.0.109", ] -[[package]] -name = "comemo-macros" -version = "0.2.0" -source = "git+https://github.com/typst/comemo#19cb91349d67a22dc8723fce3879a6af3730ecba" -dependencies = [ - "proc-macro2", - "quote", - "syn 1.0.109", -] - [[package]] name = "crc32fast" version = "1.3.2" @@ -507,7 +488,7 @@ checksum = "e25be21376a772d15f97ae789845340a9651d3c4246ff5ebb6a2b35f9c37bd31" name = "obsidian-typst" version = "0.1.0" dependencies = [ - "comemo 0.2.0 (git+https://github.com/typst/comemo)", + "comemo", "elsa", "js-sys", "once_cell", @@ -998,7 +979,7 @@ source = "git+https://github.com/typst/typst.git#e13fc04c3e973da60d5f4e9cc6fc381 dependencies = [ "bitflags", "bytemuck", - "comemo 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "comemo", "ecow", "flate2", "if_chain", @@ -1033,7 +1014,7 @@ name = "typst-library" version = "0.0.0" source = "git+https://github.com/typst/typst.git#e13fc04c3e973da60d5f4e9cc6fc38105cd2ddf9" dependencies = [ - "comemo 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "comemo", "csv", "ecow", "hayagriva", diff --git a/Cargo.toml b/Cargo.toml index a3c9e52..a0b2ef3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ crate-type = ["cdylib"] # Everything to do with Typst typst = { git = "https://github.com/typst/typst.git" } typst-library = { git = "https://github.com/typst/typst.git" } -comemo = { git = "https://github.com/typst/comemo" } +comemo = "0.2" once_cell = "1.17.1" siphasher = "0.3.10"