diff options
| author | Laurenz <laurmaedje@gmail.com> | 2019-06-21 22:12:36 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2019-06-21 22:12:36 +0200 |
| commit | e39a6efccff7ba2b5dd546ddf86f23d2714161e7 (patch) | |
| tree | cd342336fae0380464d1d2d0db5ddd60de61a615 /Cargo.toml | |
| parent | 968e121697a96a2e3b05a560176c34f4bb6693c3 (diff) | |
Deduplicate action lists ✂
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -7,9 +7,9 @@ edition = "2018" [dependencies] pdf = { path = "../pdf" } opentype = { path = "../opentype" } -unicode-xid = "0.1.0" byteorder = "1" -smallvec = "0.6.9" +smallvec = "0.6.10" +unicode-xid = "0.1.0" [[bin]] name = "typst" |
