Skip to content

Commit 8b49db7

Browse files
committed
update read-fonts dep
1 parent 4e4355e commit 8b49db7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "swash"
3-
version = "0.1.14"
3+
version = "0.1.15"
44
authors = ["Chad Brokaw <[email protected]>"]
55
edition = "2018"
66
description = "Font introspection, complex text shaping and glyph rendering."
@@ -20,7 +20,7 @@ render = ["scale", "zeno/eval"]
2020
[dependencies]
2121
yazi = { version = "0.1.6", optional = true }
2222
zeno = { version = "0.2.2", optional = true, default_features = false }
23-
read-fonts = { version = "0.18.0", default_features = false }
23+
read-fonts = { version = "0.19.0", default_features = false }
2424

2525
[dev-dependencies]
2626
font-test-data= { git = "https://github.com/googlefonts/fontations", rev = "10c27ef7bba1549fa37a3f41cd4870b2a24b1073" }

0 commit comments

Comments
 (0)