Skip to content

Commit 66f0107

Browse files
committed
Toml keyword fixes
1 parent cc91587 commit 66f0107

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
@@ -7,7 +7,7 @@ edition = "2021"
77
description = "minimalistic menu for wayland"
88
repository = "https://github.com/l4l/yofi"
99
license = "MIT"
10-
keywords = ["application launcher", "menu", "wayland", "wlroots-based menu", "dmenu replacement"]
10+
keywords = ["application-launcher", "menu", "wayland", "wlroots-based-menu", "dmenu-replacement"]
1111

1212
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1313

@@ -19,7 +19,7 @@ ttf-parser = { version = "0.15.0", optional = true }
1919
fontdue = { version = "0.7.2", optional = true }
2020
rust-fontconfig = { version = "0.1.5", optional = true }
2121
# Not used directly by yofi. Added to ensure brotli-decompressor is built with std support for rust-fontconfig
22-
brotli-decompressor = { version = "*", optional = true }
22+
brotli-decompressor = { version = "2.3.2", optional = true }
2323
encoding_rs = "=0.8.28"
2424

2525

0 commit comments

Comments
 (0)