Skip to content
This repository has been archived by the owner on May 12, 2020. It is now read-only.

Commit

Permalink
Auto merge of #5 - Eijebong:harfbuzz, r=jdm
Browse files Browse the repository at this point in the history
Update harfbuzz and bump version
  • Loading branch information
bors-servo committed Apr 27, 2019
2 parents de17410 + 924f78d commit f357066
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "unicode-script"
version = "0.2.0"
version = "0.3.0"
authors = ["The Servo Project Developers"]
license = "MIT / Apache-2.0"
description = "Look up the Unicode Script property"
Expand All @@ -12,5 +12,5 @@ keywords = ["unicode", "text", "i18n", "script"]
harfbuzz = ["harfbuzz-sys"]

[dependencies.harfbuzz-sys]
version = "0.2"
version = "0.3"
optional = true

0 comments on commit f357066

Please sign in to comment.