Skip to content

Commit dd2943d

Browse files
Update font-kit requirement from 0.6.0 to 0.7.0
Updates the requirements on [font-kit](https://github.com/servo/font-kit) to permit the latest version. - [Release notes](https://github.com/servo/font-kit/releases) - [Commits](https://github.com/servo/font-kit/commits/v0.7.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 68a9e75 commit dd2943d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ features = ["std"]
2525
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
2626
rusttype = { version = "0.8.2", optional = true }
2727
lazy_static = { version = "1.4.0", optional = true }
28-
font-kit = { version = "0.6.0", optional = true }
28+
font-kit = { version = "0.7.0", optional = true }
2929
piston_window = { version = "0.108.0", optional = true }
3030

3131
[target.'cfg(not(target_arch = "wasm32"))'.dependencies.image]

0 commit comments

Comments
 (0)