From f39bfa476222aa92a590d65f7c2d58612f24eef2 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Wed, 19 Jul 2023 10:47:14 +0200 Subject: [PATCH] Enable ecow's serde feature for typst-syntax --- crates/typst-syntax/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/typst-syntax/Cargo.toml b/crates/typst-syntax/Cargo.toml index 928635c4c..684e5fb23 100644 --- a/crates/typst-syntax/Cargo.toml +++ b/crates/typst-syntax/Cargo.toml @@ -17,7 +17,7 @@ bench = false [dependencies] comemo = "0.3" -ecow = "0.1.1" +ecow = { version = "0.1.1", features = ["serde"] } once_cell = "1" serde = { version = "1", features = ["derive"] } tracing = "0.1.37"