aboutsummaryrefslogtreecommitdiff
path: root/clock/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'clock/Cargo.toml')
-rw-r--r--clock/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/clock/Cargo.toml b/clock/Cargo.toml
index 2215005..1bbbc94 100644
--- a/clock/Cargo.toml
+++ b/clock/Cargo.toml
@@ -10,7 +10,7 @@ edition = "2018"
swaystatus-plugin = { path = '../swaystatus-plugin', version = '*'}
serde = { version = "1.0", features = ["derive"] }
erased-serde = "0.3"
-chrono = { version = "0.4", features = ["serde"] }
+chrono = { version = "0.4" }
[lib]
crate-type = ["dylib"]