diff --git a/Cargo.toml b/Cargo.toml index 1d6669e6..392b149b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ font-types = { version = "0.7.2", path = "font-types" } read-fonts = { version = "0.22.3", path = "read-fonts", default-features = false } # Disable default-features so that fauntlet can use skrifa without autohint # shaping support -skrifa = { version = "0.22.3", path = "skrifa", default-features = false, features = ["std"] } +skrifa = { version = "0.23.0", path = "skrifa", default-features = false, features = ["std"] } write-fonts = { version = "0.29.0", path = "write-fonts" } shared-brotli-patch-decoder = { version = "0.1.0", path = "shared-brotli-patch-decoder" } incremental-font-transfer = { version = "0.1.0", path = "incremental-font-transfer" } diff --git a/skrifa/Cargo.toml b/skrifa/Cargo.toml index da168c65..5202156e 100644 --- a/skrifa/Cargo.toml +++ b/skrifa/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "skrifa" -version = "0.22.3" +version = "0.23.0" description = "Metadata reader and glyph scaler for OpenType fonts." readme = "README.md" categories = ["text-processing", "parsing", "graphics"]