diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,6 +8,6 @@ chrono = "0.4" chrono-tz = "0.5" [dependencies.ical] -version = "0.4.*" +version = "0.5.*" default-features = false features = ["ical"] |