diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,6 +1,6 @@ [package] name = "calender-thing" -version = "0.1.0" +version = "0.1.1" edition = "2021" [dependencies] @@ -11,4 +11,3 @@ env_logger = "0.9.0" crossbeam-channel = "0.5.4" serde_json = "1.0.81" chrono = "0.4.19" - |