Skip to content

Commit

Permalink
Release version 0.6.0 of both libraries (#245)
Browse files Browse the repository at this point in the history
This updates the version and syncs them in preparation for a new
release.
  • Loading branch information
mrobinson committed Apr 10, 2024
1 parent 6339078 commit 8b6319b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion harfbuzz-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "harfbuzz-sys"
version = "0.5.0"
version = "0.6.0"
edition = "2021"

authors = ["The Servo Project Developers"]
Expand Down
2 changes: 1 addition & 1 deletion harfbuzz-traits/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "harfbuzz-traits"
version = "0.1.0"
version = "0.6.0"
edition = "2021"

authors = ["The Servo Project Developers"]
Expand Down
6 changes: 3 additions & 3 deletions harfbuzz/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "harfbuzz"
version = "0.4.0"
version = "0.6.0"
edition = "2021"

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

[dependencies.harfbuzz-sys]
path = "../harfbuzz-sys"
version = "0.5.0"
version = "0.6.0"
default-features = false

[dependencies.harfbuzz-traits]
path = "../harfbuzz-traits"
version = "0.1.0"
version = "0.6.0"
default-features = false

[features]
Expand Down

0 comments on commit 8b6319b

Please sign in to comment.