diff options
author | Joris | 2022-04-24 16:35:34 +0200 |
---|---|---|
committer | Joris | 2022-04-24 16:38:15 +0200 |
commit | 044b668085719807a8589906de9f37d5ef037aeb (patch) | |
tree | 605e1a0e2dcefa332cb5c0ba4cd279cd0cda3979 | |
parent | 47fe90ee23d8ab04645ef3c7a17459ed40c5b765 (diff) |
1.2.0
-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.2" +version = "1.2.0" dependencies = [ "anyhow", "async-channel", @@ -1,6 +1,6 @@ [package] name = "calendar" -version = "1.1.2" +version = "1.2.0" authors = ["Joris GUYONVARCH"] edition = "2018" |