Bump rustybuzz version to 0.7

This commit is contained in:
Edgar Geier 2023-03-01 22:10:49 +01:00
parent f8bc71af0a
commit 20234f8d11
No known key found for this signature in database
GPG key ID: 7A65B51FD6B75EF5

View file

@ -12,7 +12,7 @@ repository = "https://github.com/pop-os/cosmic-text"
fontdb = { version = "0.13.0", default-features = false }
libm = "0.2.6"
log = "0.4.17"
rustybuzz = { version = "0.6.0", default-features = false, features = ["libm"] }
rustybuzz = { version = "0.7.0", default-features = false, features = ["libm"] }
swash = { version = "0.1.6", optional = true }
syntect = { version = "5.0.0", optional = true }
sys-locale = { version = "0.2.3", optional = true }