update dependencies, bump version to 0.3

This commit is contained in:
Janis 2022-05-08 13:33:58 +02:00
parent 1aab741b49
commit fdf81d8d6a

View file

@ -1,6 +1,6 @@
[package]
name = "wm"
version = "0.2.1"
version = "0.3.0"
authors = ["noonebtw <noonebtw@gmail.com>"]
edition = "2018"
@ -11,17 +11,17 @@ path = "src/main.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
x11 = {version = "2.18.2", features = ["xlib", "xft"] }
log = "0.4.13"
simple_logger = "1.11.0"
dirs = "3.0.2"
log4rs = "1.0.0"
indexmap = "1.6.2"
thiserror = "1.0.30"
bitflags = "1.3.2"
x11 = {version = "2.19", features = ["xlib", "xft"] }
log = "0.4"
simple_logger = "2.0"
dirs = "3.0.0"
log4rs = "1.0"
indexmap = "1.0"
thiserror = "1.0"
bitflags = "1.3"
derivative = "2.2.0"
serde = { version = "1.0", features = ["derive"] }
toml = "0.5"
num-traits = "0.2.14"
num-traits = "0.2"
strum = {version = "0.24.0", features = ["derive"]}
bytemuck = "1.0.0"
bytemuck = "1.0"