Update fontdb to 0.9.3

This commit is contained in:
Jeremy Soller 2022-10-26 11:12:05 -06:00
parent a99a5dd0fb
commit 7d00af3551
No known key found for this signature in database
GPG key ID: 87F211AF2BE4C2FE

View file

@ -7,7 +7,7 @@ edition = "2021"
license = "MIT OR Apache-2.0"
[dependencies]
fontdb = { version = "0.9", git = "https://github.com/jackpot51/fontdb" }
fontdb = "0.9.3"
log = "0.4"
rustybuzz = "0.5"
swash = { version = "0.1", optional = true }