Skip to content

Commit 7104fab

Browse files
authored
Bump versions to fix broken releases (googlefonts#1694)
Bumps minor for read-fonts, write-fonts and skrifa. Patch for font-test-data. Recent releases didn't take into account a removed default feature in skrifa and a breaking change to a field type for cpal in read-fonts.
1 parent 97b0ec3 commit 7104fab

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ core_maths = "0.1"
4242
# that want default features will have to enable them directly.
4343
font-test-data = { path = "font-test-data" }
4444
font-types = { version = "0.10.1", path = "font-types" }
45-
read-fonts = { version = "0.35.1", path = "read-fonts", default-features = false }
45+
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
48-
skrifa = { version = "0.38.0", path = "skrifa", default-features = false, features = ["std"] }
49-
write-fonts = { version = "0.43.0", path = "write-fonts" }
48+
skrifa = { version = "0.39.0", path = "skrifa", default-features = false, features = ["std"] }
49+
write-fonts = { version = "0.44.0", 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" }

font-test-data/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "font-test-data"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
description = "Test data for the fontations crates"
55
readme = "README.md"
66

read-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 = "read-fonts"
3-
version = "0.35.1"
3+
version = "0.36.0"
44
description = "Reading OpenType font files."
55
readme = "README.md"
66
categories = ["text-processing", "parsing", "graphics"]

skrifa/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "skrifa"
3-
version = "0.38.0"
3+
version = "0.39.0"
44
description = "Metadata reader and glyph scaler for OpenType fonts."
55
readme = "README.md"
66
categories = ["text-processing", "parsing", "graphics"]

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.43.0"
3+
version = "0.44.0"
44
description = "Writing font files."
55
readme = "README.md"
66
categories = ["text-processing", "parsing", "graphics"]

0 commit comments

Comments
 (0)