Skip to content

Commit e7f317b

Browse files
committed
undo mistaken update of rusttype crate
1 parent f22cb4a commit e7f317b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "harfbuzz_rs"
3-
version = "1.1.0"
3+
version = "1.1.1"
44
authors = ["Manuel Reinhardt <manuel.rhdt@gmail.com>"]
55
description = "A high-level interface to HarfBuzz, exposing its most important functionality in a safe manner using Rust."
66
repository = "https://github.com/manuel-rhdt/harfbuzz_rs"
@@ -24,5 +24,5 @@ default = []
2424

2525
[dependencies]
2626
harfbuzz-sys = ">= 0.3"
27-
rusttype = { version = ">= 0.7", optional = true }
27+
rusttype = { version = ">= 0.7, <0.9", optional = true }
2828
bitflags = "^1"

0 commit comments

Comments
 (0)