diff options
author | Joris | 2022-03-20 12:58:12 +0100 |
---|---|---|
committer | Joris | 2022-03-20 12:58:12 +0100 |
commit | e6eae236ab61e9a85bda0852d459d0d83ddcf5de (patch) | |
tree | 1244c4f09b243d464379bb294b9f6087dec5ea19 | |
parent | a77b96ddd1c2fb118aad785b6b7b452d71c61c20 (diff) |
1.1.2
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -94,7 +94,7 @@ dependencies = [ [[package]] name = "calendar" -version = "1.1.1" +version = "1.1.2" dependencies = [ "anyhow", "async-channel", @@ -1,6 +1,6 @@ [package] name = "calendar" -version = "1.1.1" +version = "1.1.2" authors = ["Joris GUYONVARCH"] edition = "2018" |