We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f22cb4a commit e7f317bCopy full SHA for e7f317b
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "harfbuzz_rs"
3
-version = "1.1.0"
+version = "1.1.1"
4
authors = ["Manuel Reinhardt <manuel.rhdt@gmail.com>"]
5
description = "A high-level interface to HarfBuzz, exposing its most important functionality in a safe manner using Rust."
6
repository = "https://github.com/manuel-rhdt/harfbuzz_rs"
@@ -24,5 +24,5 @@ default = []
24
25
[dependencies]
26
harfbuzz-sys = ">= 0.3"
27
-rusttype = { version = ">= 0.7", optional = true }
+rusttype = { version = ">= 0.7, <0.9", optional = true }
28
bitflags = "^1"
0 commit comments