Skip to content

Commit

Permalink
Merge pull request #843 from googlefonts/ver
Browse files Browse the repository at this point in the history
Skrifa to 0.17.0
  • Loading branch information
rsheeter authored Mar 15, 2024
2 parents d935e2e + 7794389 commit c17badb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fauntlet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ readme = "README.md"
publish = false

[dependencies]
skrifa = { version = "0.16.0", path = "../skrifa" }
skrifa = { version = "0.17.0", path = "../skrifa" }
freetype-rs = "0.32.0"
memmap2 = "0.5.10"
rayon = "1.8.0"
Expand Down
4 changes: 2 additions & 2 deletions skrifa/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "skrifa"
version = "0.16.0"
version = "0.17.0"
edition = "2021"
license = "MIT/Apache-2.0"
description = "Metadata reader and glyph scaler for OpenType fonts."
Expand All @@ -19,4 +19,4 @@ read-fonts = { version = "0.16.0", path = "../read-fonts", features = [
] }
serde = "1.0"
serde_json = "1.0"
pretty_assertions = "1.3.0"
pretty_assertions = "1.3.0"

0 comments on commit c17badb

Please sign in to comment.