From 18c839eb5e92152d99b5d2b0a629e58e9a298c2c Mon Sep 17 00:00:00 2001 From: Jeremiah Senkpiel Date: Wed, 4 May 2022 04:47:57 -0700 Subject: [PATCH] 3.2.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 506d13d..013a8d7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1605,7 +1605,7 @@ dependencies = [ [[package]] name = "squamishaccess-functions" -version = "3.2.1" +version = "3.2.2" dependencies = [ "async-std", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 15eab79..72ac05e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "squamishaccess-functions" -version = "3.2.1" +version = "3.2.2" authors = ["Jeremiah Senkpiel "] edition = "2018" license = "BlueOak-1.0.0"