diff --git a/Cargo.toml b/Cargo.toml index 955724bb2..f6ab75edc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,11 +41,11 @@ core_maths = "0.1" # that want default features will have to enable them directly. font-test-data = { path = "font-test-data" } font-types = { version = "0.8.3", path = "font-types" } -read-fonts = { version = "0.27.1", path = "read-fonts", default-features = false } +read-fonts = { version = "0.27.2", path = "read-fonts", default-features = false } # Disable default-features so that fauntlet can use skrifa without autohint # shaping support -skrifa = { version = "0.28.0", path = "skrifa", default-features = false, features = ["std"] } -write-fonts = { version = "0.36.0", path = "write-fonts" } +skrifa = { version = "0.28.1", path = "skrifa", default-features = false, features = ["std"] } +write-fonts = { version = "0.36.1", 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" } klippa = { version = "0.1.0", path = "klippa" } diff --git a/read-fonts/Cargo.toml b/read-fonts/Cargo.toml index b484442f8..0fd811acc 100644 --- a/read-fonts/Cargo.toml +++ b/read-fonts/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "read-fonts" -version = "0.27.1" +version = "0.27.2" description = "Reading OpenType font files." readme = "README.md" categories = ["text-processing", "parsing", "graphics"] diff --git a/skrifa/Cargo.toml b/skrifa/Cargo.toml index aa85543f9..a75831eac 100644 --- a/skrifa/Cargo.toml +++ b/skrifa/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "skrifa" -version = "0.28.0" +version = "0.28.1" description = "Metadata reader and glyph scaler for OpenType fonts." readme = "README.md" categories = ["text-processing", "parsing", "graphics"] diff --git a/write-fonts/Cargo.toml b/write-fonts/Cargo.toml index ae1834413..00ea7e63c 100644 --- a/write-fonts/Cargo.toml +++ b/write-fonts/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "write-fonts" -version = "0.36.0" +version = "0.36.1" description = "Writing font files." readme = "README.md" categories = ["text-processing", "parsing", "graphics"]