Skip to content

Commit f3f64cf

Browse files
committed
Update ttf-parser
1 parent 398b085 commit f3f64cf

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 0.25.0
2+
* Update _ttf-parser_ to `0.25.0`, [changelog](https://github.com/RazrFalcon/ttf-parser/blob/master/CHANGELOG.md#0250---2024-10-04).
3+
14
# 0.24.0
25
* Update _ttf-parser_ to `0.24.0`, [changelog](https://github.com/RazrFalcon/ttf-parser/blob/master/CHANGELOG.md#0240---2024-07-02).
36
* Use of feature `no-std-float` is required for no-std builds.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "owned_ttf_parser"
33
# Version should be inline with ttf-parser
4-
version = "0.24.0"
4+
version = "0.25.0"
55
authors = ["Alex Butler <alexheretic@gmail.com>"]
66
edition = "2021"
77
description = "ttf-parser plus support for owned data"
@@ -11,7 +11,7 @@ license = "Apache-2.0"
1111
readme = "README.md"
1212

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

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

0 commit comments

Comments
 (0)