diff options
Diffstat (limited to 'crates/typst-docs')
| -rw-r--r-- | crates/typst-docs/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/typst-docs/Cargo.toml b/crates/typst-docs/Cargo.toml index e9d84658..02d238ed 100644 --- a/crates/typst-docs/Cargo.toml +++ b/crates/typst-docs/Cargo.toml @@ -14,7 +14,7 @@ bench = false typst = { path = "../typst" } typst-library = { path = "../typst-library" } comemo = "0.3" -ecow = { version = "0.1.2", features = ["serde"] } +ecow = { version = "0.2", features = ["serde"] } heck = "0.4" include_dir = "0.7" once_cell = "1" |
