Skip to content

Commit 326a091

Browse files
committed
Bump parley and fontique to 0.6.0
Signed-off-by: Nico Burns <[email protected]>
1 parent be4722a commit 326a091

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ repository = "https://github.com/linebender/parley"
2424
[workspace.dependencies]
2525
accesskit = "0.21.0"
2626
bytemuck = { version = "1.23.2", default-features = false }
27-
fontique = { version = "0.5.0", default-features = false, path = "fontique" }
27+
fontique = { version = "0.6.0", default-features = false, path = "fontique" }
2828
harfrust = { version = "0.3.1", default-features = false }
2929
hashbrown = "0.15.5"
3030
linebender_resource_handle = { version = "0.1.1", default-features = false }
31-
parley = { version = "0.5.0", default-features = false, path = "parley" }
31+
parley = { version = "0.6.0", default-features = false, path = "parley" }
3232
parley_dev = { version = "0.0.0", default-features = false, path = "parley_dev" }
3333
peniko = { version = "0.4.1", default-features = false }
3434
skrifa = { version = "0.37.0", default-features = false }

fontique/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fontique"
3-
version = "0.5.0" # Keep in sync with workspace dependency specification
3+
version = "0.6.0" # Keep in sync with workspace dependency specification
44
description = "Font enumeration and fallback."
55
keywords = ["font", "text"]
66
categories = ["gui", "os"]

parley/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "parley"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
description = "Parley provides an API for implementing rich text layout."
55
keywords = ["text", "layout"]
66
categories = ["gui", "graphics"]

0 commit comments

Comments
 (0)