From 1ac21aa62743e70bda961a9c50f5f3c6fb8fdab6 Mon Sep 17 00:00:00 2001 From: Rob Donnelly Date: Fri, 8 Jul 2022 15:43:13 -0700 Subject: [PATCH] v2.0.2 Upgrade deps --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ee16aa7..909cd0c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1338,7 +1338,7 @@ dependencies = [ [[package]] name = "scma-gcal-sync" -version = "2.0.1" +version = "2.0.2" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 72af316..03b5e5b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "scma-gcal-sync" -version = "2.0.1" +version = "2.0.2" edition = "2021" authors = ["Rob Donnelly "] description = "Synchronizes Southern California Mountaineers Association (SCMA) calendar events to Google Calendar"