diff options
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" |
