Skip to content

Commit

Permalink
Fix the version of typeface
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanUkhov committed Jan 31, 2024
1 parent ab07638 commit f1c2f0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "webtype"
version = "0.10.0"
version = "0.10.1"
edition = "2021"
license = "Apache-2.0/MIT"
authors = ["Ivan Ukhov <[email protected]>"]
Expand All @@ -15,4 +15,4 @@ keywords = ["font", "typeface", "typography", "woff", "woff2"]
[dependencies]
brotli-decompressor = "2"
opentype = { version = "0.32.0", features = ["ignore-invalid-checksums"] }
typeface = "0"
typeface = "0.4.0"

0 comments on commit f1c2f0d

Please sign in to comment.