Skip to content

Commit

Permalink
undo mistaken update of rusttype crate
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-rhdt committed Apr 29, 2020
1 parent f22cb4a commit e7f317b
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 = "harfbuzz_rs"
version = "1.1.0"
version = "1.1.1"
authors = ["Manuel Reinhardt <[email protected]>"]
description = "A high-level interface to HarfBuzz, exposing its most important functionality in a safe manner using Rust."
repository = "https://github.com/manuel-rhdt/harfbuzz_rs"
Expand All @@ -24,5 +24,5 @@ default = []

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

0 comments on commit e7f317b

Please sign in to comment.