Skip to content

Commit

Permalink
[chore] Bump font-types, read-fonts, skrifa (#1150)
Browse files Browse the repository at this point in the history
Patch for font-types, minor for read-fonts and skrifa
  • Loading branch information
dfrg authored Sep 11, 2024
1 parent fb9f44f commit 6b58785
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ core_maths = "0.1"
# default-features enabled by `skrifa`. Other crates using `read-fonts`
# that want default features will have to enable them directly.
font-test-data = { path = "font-test-data" }
font-types = { version = "0.7.0", path = "font-types" }
read-fonts = { version = "0.21.0", path = "read-fonts", default-features = false }
skrifa = { version = "0.21.0", path = "skrifa" }
font-types = { version = "0.7.1", path = "font-types" }
read-fonts = { version = "0.22.0", path = "read-fonts", default-features = false }
skrifa = { version = "0.22.0", path = "skrifa" }
write-fonts = { version = "0.29.0", path = "write-fonts" }

[workspace.metadata.release]
Expand Down
2 changes: 1 addition & 1 deletion font-types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "font-types"
version = "0.7.0"
version = "0.7.1"
description = "Scalar types used in fonts."
readme = "README.md"
categories = ["text-processing"]
Expand Down
2 changes: 1 addition & 1 deletion read-fonts/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "read-fonts"
version = "0.21.0"
version = "0.22.0"
description = "Reading OpenType font files."
readme = "README.md"
categories = ["text-processing", "parsing", "graphics"]
Expand Down
2 changes: 1 addition & 1 deletion skrifa/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "skrifa"
version = "0.21.0"
version = "0.22.0"
description = "Metadata reader and glyph scaler for OpenType fonts."
readme = "README.md"
categories = ["text-processing", "parsing", "graphics"]
Expand Down

0 comments on commit 6b58785

Please sign in to comment.