From a733748dea76982e835bb720c9b242005402d256 Mon Sep 17 00:00:00 2001 From: Joris Date: Sat, 12 Mar 2022 13:32:43 +0100 Subject: 1.0.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 26bd600..a68d2f3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -94,7 +94,7 @@ dependencies = [ [[package]] name = "calendar" -version = "0.1.0" +version = "1.0.0" dependencies = [ "anyhow", "async-channel", diff --git a/Cargo.toml b/Cargo.toml index 8af0f5f..35cbed5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "calendar" -version = "0.1.0" +version = "1.0.0" authors = ["Joris GUYONVARCH"] edition = "2018" -- cgit v1.2.3