Skip to content

Commit 2b0a6c4

Browse files
committed
Bump write-fonts
1 parent 35de75e commit 2b0a6c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ read-fonts = { version = "0.36.0", path = "read-fonts", default-features = false
4646
# Disable default-features so that fauntlet can use skrifa without autohint
4747
# shaping support
4848
skrifa = { version = "0.39.0", path = "skrifa", default-features = false, features = ["std"] }
49-
write-fonts = { version = "0.44.0", path = "write-fonts" }
49+
write-fonts = { version = "0.44.1", path = "write-fonts" }
5050
shared-brotli-patch-decoder = { version = "0.1.0", path = "shared-brotli-patch-decoder", default-features = false }
5151
incremental-font-transfer = { version = "0.1.0", path = "incremental-font-transfer" }
5252
klippa = { version = "0.1.0", path = "klippa" }

write-fonts/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "write-fonts"
3-
version = "0.44.0"
3+
version = "0.44.1"
44
description = "Writing font files."
55
readme = "README.md"
66
categories = ["text-processing", "parsing", "graphics"]

0 commit comments

Comments
 (0)