diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-07-21 23:58:00 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-07-21 23:58:00 +0200 |
| commit | b2e58f72072b103d2800b2524f324938c9745942 (patch) | |
| tree | 0effa7ec46e16aee1306a61fa5f36ce75b3de6ab /crates | |
| parent | 51a21403ba2e8ced2aeb6a80996d9247f0b7ffd0 (diff) | |
Bump svg2pdf
Co-Authored-By: Laurenz Stampfl <47084093+LaurenzV@users.noreply.github.com>
Diffstat (limited to 'crates')
| -rw-r--r-- | crates/typst/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/typst/Cargo.toml b/crates/typst/Cargo.toml index 2e2f83f8..1f19bf50 100644 --- a/crates/typst/Cargo.toml +++ b/crates/typst/Cargo.toml @@ -40,7 +40,7 @@ rustybuzz = "0.7" serde = { version = "1", features = ["derive"] } siphasher = "0.3" subsetter = "0.1.1" -svg2pdf = { git = "https://github.com/typst/svg2pdf" } +svg2pdf = { git = "https://github.com/typst/svg2pdf", rev = "14eb3eb5" } tiny-skia = "0.9.0" toml = { version = "0.7.3", default-features = false, features = ["parse"] } tracing = "0.1.37" |
