diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-08-21 21:49:14 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-08-21 21:49:14 +0200 |
| commit | 522708b9df0b9b2f8265938aa1f0aeda8e6e6c1f (patch) | |
| tree | 093f1f92bd28b24d4fe12553bc392fb271d1256c /crates/typst-cli | |
| parent | f6005156256dd4b4f99d1a1c15babb43fcc78788 (diff) | |
Set new minimum serde version
1.0.184 does not ship with a precompiled binary anymore
Diffstat (limited to 'crates/typst-cli')
| -rw-r--r-- | crates/typst-cli/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/typst-cli/Cargo.toml b/crates/typst-cli/Cargo.toml index 28649591..52439beb 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.0.126, <= 1.0.171" +serde = "1.0.184" serde_json = "1" serde_yaml = "0.9" siphasher = "0.3" |
