diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-10-15 17:37:01 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-10-15 17:37:01 +0200 |
| commit | 54b38c479060ac06213cb311f22b84bccdf88932 (patch) | |
| tree | 34f58d3ba7ab9c0ccb85d411d16482663bc78072 /Cargo.toml | |
| parent | 86990d2287979a40f7b7dd73eb31b6a06bab4055 (diff) | |
Bump dependencies
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -19,7 +19,7 @@ unscanny = "0.1" regex = "1" # Incremental compilation -comemo = { git = "https://github.com/typst/comemo" } +comemo = "0.1" # Text and font handling hypher = "0.1" @@ -47,7 +47,7 @@ serde_json = "1" # PDF export miniz_oxide = "0.5" pdf-writer = "0.6" -subsetter = { git = "https://github.com/typst/subsetter" } +subsetter = "0.1" svg2pdf = "0.4" # Raster export / rendering |
