diff options
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -8,7 +8,7 @@ dependencies = [ [[package]] name = "almanac" -version = "0.1.1" +version = "0.2.0" dependencies = [ "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "chrono-tz 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1,6 +1,6 @@ [package] name = "almanac" -version = "0.1.1" +version = "0.2.0" authors = ["meskio <meskio@sindominio.net>"] license = "GPL-3.0-or-later" description = "Display calendar .ics in command line" |