Skip to content

Commit

Permalink
Update truetype
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanUkhov committed Feb 1, 2024
1 parent f1c2f0d commit eef5e2c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "webtype"
version = "0.10.1"
version = "0.11.0"
edition = "2021"
license = "Apache-2.0/MIT"
authors = ["Ivan Ukhov <[email protected]>"]
Expand All @@ -14,5 +14,5 @@ keywords = ["font", "typeface", "typography", "woff", "woff2"]

[dependencies]
brotli-decompressor = "2"
opentype = { version = "0.32.0", features = ["ignore-invalid-checksums"] }
typeface = "0.4.0"
opentype = { version = "0.33.0", features = ["ignore-invalid-checksums"] }
typeface = "0.4.1"

0 comments on commit eef5e2c

Please sign in to comment.