diff options
author | Joris | 2022-03-12 14:19:23 +0100 |
---|---|---|
committer | Joris | 2022-03-12 14:19:23 +0100 |
commit | 630c0382ee928f4c3b58abdc1f68ab10fc19d9b7 (patch) | |
tree | 1eeb6c5ccd21650ffa67657cdb17509ddd0bbdf3 | |
parent | 0be299ef4881a5841c704768fd2a9871d373cd42 (diff) |
1.0.1
-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.0.0" +version = "1.0.1" dependencies = [ "anyhow", "async-channel", @@ -1,6 +1,6 @@ [package] name = "calendar" -version = "1.0.0" +version = "1.0.1" authors = ["Joris GUYONVARCH"] edition = "2018" |