From 3ab179ebd3157107bd650e3abc4e644fc183f79b Mon Sep 17 00:00:00 2001 From: Laurenz Date: Sat, 19 Aug 2023 20:06:01 +0200 Subject: Restrict serde version --- crates/typst-cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/typst-cli/Cargo.toml') diff --git a/crates/typst-cli/Cargo.toml b/crates/typst-cli/Cargo.toml index 808f07a7..28649591 100644 --- a/crates/typst-cli/Cargo.toml +++ b/crates/typst-cli/Cargo.toml @@ -34,7 +34,7 @@ notify = "5" once_cell = "1" open = "4.0.2" same-file = "1" -serde = "1" +serde = ">= 1.0.126, <= 1.0.171" serde_json = "1" serde_yaml = "0.9" siphasher = "0.3" -- cgit v1.2.3