update to new (unreleased) servicepoint version

This commit is contained in:
Vinzenz Schroeter 2025-03-08 14:38:25 +01:00
parent 06fc8e5850
commit 3264eaa567
7 changed files with 62 additions and 48 deletions

View file

@ -20,7 +20,7 @@ clap = { version = "4.5", features = ["derive"] }
thiserror = "2.0"
# package parsing
servicepoint = { version = "0.13.2", features = ["all_compressions"] }
servicepoint = { features = ["all_compressions"], git = "https://git.berlin.ccc.de/servicepoint/servicepoint/", branch = "next" }
# font rendering
font-kit = "0.14.2"