Removed dependency and bumped version to 0.6.6

This commit is contained in:
cyber-sushi 2024-05-07 19:52:49 +02:00
parent 838f47df1d
commit 3cfd0e8d41
2 changed files with 2 additions and 13 deletions

12
Cargo.lock generated
View file

@ -453,15 +453,6 @@ version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
[[package]]
name = "home"
version = "0.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5444c27eef6923071f7ebcc33e3444508466a76f7a2b93da00ed6e19f30c1ddb"
dependencies = [
"windows-sys 0.48.0",
]
[[package]]
name = "hyprland"
version = "0.3.9"
@ -583,10 +574,9 @@ checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
[[package]]
name = "makima"
version = "0.6.5"
version = "0.6.6"
dependencies = [
"evdev",
"home",
"hyprland",
"serde",
"swayipc-async",

View file

@ -1,6 +1,6 @@
[package]
name = "makima"
version = "0.6.5"
version = "0.6.6"
edition = "2021"
[dependencies]
@ -13,4 +13,3 @@ hyprland = "<=0.3.9"
swayipc-async = "2.0.2"
x11rb = "0.13.0"
toml = "0.7.3"
home = "<=0.5.5"