diff --git a/Cargo.toml b/Cargo.toml index 406a589b..68b59415 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ log = "0.4" env_logger ={ version ="0.11", optional = true } [target.'cfg(target_os="macos")'.dependencies] -mac-notification-sys = "0.6" +mac-notification-sys = "0.6.1" chrono = { version = "0.4", optional = true} [target.'cfg(target_os="windows")'.dependencies]