Skip to content

Commit

Permalink
Update ttf-parser
Browse files Browse the repository at this point in the history
  • Loading branch information
alexheretic committed Oct 4, 2024
1 parent 398b085 commit f3f64cf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 0.25.0
* Update _ttf-parser_ to `0.25.0`, [changelog](https://github.com/RazrFalcon/ttf-parser/blob/master/CHANGELOG.md#0250---2024-10-04).

# 0.24.0
* Update _ttf-parser_ to `0.24.0`, [changelog](https://github.com/RazrFalcon/ttf-parser/blob/master/CHANGELOG.md#0240---2024-07-02).
* Use of feature `no-std-float` is required for no-std builds.
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "owned_ttf_parser"
# Version should be inline with ttf-parser
version = "0.24.0"
version = "0.25.0"
authors = ["Alex Butler <alexheretic@gmail.com>"]
edition = "2021"
description = "ttf-parser plus support for owned data"
Expand All @@ -11,7 +11,7 @@ license = "Apache-2.0"
readme = "README.md"

[dependencies]
ttf-parser = { version = "0.24", default-features = false }
ttf-parser = { version = "0.25", default-features = false }

[features]
default = ["std", "opentype-layout", "apple-layout", "variable-fonts", "glyph-names"]
Expand Down

0 comments on commit f3f64cf

Please sign in to comment.