Skip to content

Commit

Permalink
[chore] Bump patch for skrifa/write-fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
cmyr committed Jan 8, 2024
1 parent eef6a26 commit 4bd5f1b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fauntlet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ readme = "README.md"
publish = false

[dependencies]
skrifa = { version = "0.15.1", path = "../skrifa" }
skrifa = { version = "0.15.2", path = "../skrifa" }
freetype-rs = "0.32.0"
memmap2 = "0.5.10"
rayon = "1.8.0"
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.15.1"
version = "0.15.2"
edition = "2021"
license = "MIT/Apache-2.0"
description = "Metadata reader and glyph scaler for OpenType fonts."
Expand Down
2 changes: 1 addition & 1 deletion write-fonts/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "write-fonts"
version = "0.21.0"
version = "0.21.1"
edition = "2021"
license = "MIT/Apache-2.0"
description = "Writing font files."
Expand Down

0 comments on commit 4bd5f1b

Please sign in to comment.