Skip to content

Commit 8b6319b

Browse files
authored
Release version 0.6.0 of both libraries (#245)
This updates the version and syncs them in preparation for a new release.
1 parent 6339078 commit 8b6319b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

harfbuzz-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "harfbuzz-sys"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
edition = "2021"
55

66
authors = ["The Servo Project Developers"]

harfbuzz-traits/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "harfbuzz-traits"
3-
version = "0.1.0"
3+
version = "0.6.0"
44
edition = "2021"
55

66
authors = ["The Servo Project Developers"]

harfbuzz/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "harfbuzz"
3-
version = "0.4.0"
3+
version = "0.6.0"
44
edition = "2021"
55

66
authors = ["The Servo Project Developers"]
@@ -15,12 +15,12 @@ categories = ["text-processing"]
1515

1616
[dependencies.harfbuzz-sys]
1717
path = "../harfbuzz-sys"
18-
version = "0.5.0"
18+
version = "0.6.0"
1919
default-features = false
2020

2121
[dependencies.harfbuzz-traits]
2222
path = "../harfbuzz-traits"
23-
version = "0.1.0"
23+
version = "0.6.0"
2424
default-features = false
2525

2626
[features]

0 commit comments

Comments
 (0)