Merge pull request #200 from MarijnS95/fontdb-0.16
Bump `fontdb` to `0.16`
This commit is contained in:
commit
48675af079
2 changed files with 2 additions and 2 deletions
|
|
@ -10,7 +10,7 @@ repository = "https://github.com/pop-os/cosmic-text"
|
||||||
rust-version = "1.65"
|
rust-version = "1.65"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
fontdb = { version = "0.15.0", default-features = false }
|
fontdb = { version = "0.16.0", default-features = false }
|
||||||
libm = "0.2.8"
|
libm = "0.2.8"
|
||||||
log = "0.4.20"
|
log = "0.4.20"
|
||||||
rustybuzz = { version = "0.11.0", default-features = false, features = ["libm"] }
|
rustybuzz = { version = "0.11.0", default-features = false, features = ["libm"] }
|
||||||
|
|
|
||||||
|
|
@ -179,7 +179,7 @@ registries = [
|
||||||
# https://embarkstudios.github.io/cargo-deny/checks/bans/cfg.html
|
# https://embarkstudios.github.io/cargo-deny/checks/bans/cfg.html
|
||||||
[bans]
|
[bans]
|
||||||
# Lint level for when multiple versions of the same crate are detected
|
# Lint level for when multiple versions of the same crate are detected
|
||||||
multiple-versions = "warn"
|
multiple-versions = "deny"
|
||||||
# Lint level for when a crate version requirement is `*`
|
# Lint level for when a crate version requirement is `*`
|
||||||
wildcards = "allow"
|
wildcards = "allow"
|
||||||
# The graph highlighting used when creating dotgraphs for crates
|
# The graph highlighting used when creating dotgraphs for crates
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue