diff options
| author | Laurenz Stampfl <47084093+LaurenzV@users.noreply.github.com> | 2024-06-16 11:38:33 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-16 09:38:33 +0000 |
| commit | feedfe80cb86f880245f7b2361b83459c72ee36d (patch) | |
| tree | 89832bffe311aee263e74c7c56fae3d3515243c2 /Cargo.lock | |
| parent | 34550220aee087271769fb9e5d94d1faebe243c1 (diff) | |
Improve subsetting (#4373)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -2255,15 +2255,13 @@ dependencies = [ [[package]] name = "subsetter" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09eab8a83bff89ba2200bd4c59be45c7c787f988431b936099a5a266c957f2f9" +version = "0.11.0" +source = "git+https://github.com/typst/subsetter?rev=4e0058b#4e0058b4b9a0948a5f79894111948d95e59ba350" [[package]] name = "svg2pdf" version = "0.11.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e31565956eb1dc398c0d9776ee1d1bac4e34759af63dcbe0520df32313a5b53b" +source = "git+https://github.com/typst/svg2pdf?rev=39f8ad3#39f8ad3b35e14cfcabf3d5d916899f7ac78790f7" dependencies = [ "fontdb", "image 0.25.1", |
