From 06f9bb467c6860e3c493c9265e54f684fef049b1 Mon Sep 17 00:00:00 2001 From: Jeremiah Senkpiel Date: Tue, 21 Jun 2022 19:56:28 -0700 Subject: [PATCH] 3.2.4 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 71688c7..c9a0e9a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1648,7 +1648,7 @@ dependencies = [ [[package]] name = "squamishaccess-functions" -version = "3.2.3" +version = "3.2.4" dependencies = [ "async-std", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 9dd1983..b48af57 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "squamishaccess-functions" -version = "3.2.3" +version = "3.2.4" authors = ["Jeremiah Senkpiel "] edition = "2018" license = "BlueOak-1.0.0"