diff --git a/Cargo.toml b/Cargo.toml index cf156fe36..06dd5b729 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ read-fonts = { version = "0.25.3", path = "read-fonts", default-features = false # Disable default-features so that fauntlet can use skrifa without autohint # shaping support skrifa = { version = "0.26.3", path = "skrifa", default-features = false, features = ["std"] } -write-fonts = { version = "0.33.0", path = "write-fonts" } +write-fonts = { version = "0.33.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" } diff --git a/write-fonts/Cargo.toml b/write-fonts/Cargo.toml index ee5a736aa..6dc24ff08 100644 --- a/write-fonts/Cargo.toml +++ b/write-fonts/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "write-fonts" -version = "0.33.0" +version = "0.33.1" description = "Writing font files." readme = "README.md" categories = ["text-processing", "parsing", "graphics"]