Bump fontdb to 0.16
We were getting duplicate `ttf-parser` dependencies because of `rustybuzz` releasing its `ttf-parser 0.20` upgrade out of sync with `fontdb 0.16`, whose update just got published.
This commit is contained in:
parent
163d8ef26e
commit
aecd4c777c
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ repository = "https://github.com/pop-os/cosmic-text"
|
|||
rust-version = "1.65"
|
||||
|
||||
[dependencies]
|
||||
fontdb = { version = "0.15.0", default-features = false }
|
||||
fontdb = { version = "0.16.0", default-features = false }
|
||||
libm = "0.2.8"
|
||||
log = "0.4.20"
|
||||
rustybuzz = { version = "0.11.0", default-features = false, features = ["libm"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue