Skip to content

Commit a86d16c

Browse files
committed
fix Cargo.toml
1 parent ce6a834 commit a86d16c

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

Cargo.toml

+5-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "waybar_timer"
3-
version = "0.1.0"
3+
version = "0.3.0"
44
edition = "2021"
55

66
[profile.release]
@@ -9,9 +9,8 @@ lto = true
99
codegen-units = 1
1010

1111
[dependencies]
12+
clap = { version = "4", features = ["derive"] }
13+
time = { version = "0.3", features = ["formatting", "local-offset", "macros"] }
1214
serde_dispatch = { git = "https://github.com/jbirnick/serde-dispatch" }
13-
clap = { version = "4.5", features = ["derive"] }
14-
time = { version = "0.3.37", features = ["formatting", "local-offset", "macros"] }
15-
serde = { version = "1.0.217", features = ["derive"] }
16-
notify-rust = "4.11.3"
17-
bincode = "1.3.3"
15+
serde = { version = "1", features = ["derive"] }
16+
notify-rust = "4"

0 commit comments

Comments
 (0)