diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-04-13 14:23:46 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-04-13 14:23:46 +0200 |
| commit | 89cf4054d61d296245b34a20f9ad0b749c0f83e2 (patch) | |
| tree | 38aaae4cf2a5e4b5f67e59d499f652c2eb3a372a /library/Cargo.toml | |
| parent | f2732bb7b205361c5f309488b4e5235b4fc61e7c (diff) | |
Reduce amount of hashing
Diffstat (limited to 'library/Cargo.toml')
| -rw-r--r-- | library/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/Cargo.toml b/library/Cargo.toml index dca5076d..97178805 100644 --- a/library/Cargo.toml +++ b/library/Cargo.toml @@ -16,7 +16,7 @@ bench = false [dependencies] typst = { path = ".." } -comemo = "0.2" +comemo = "0.2.1" csv = "1" ecow = "0.1" hayagriva = "0.3" |
