From 74be2d885a97c108ced1100a4b838efd989e1851 Mon Sep 17 00:00:00 2001 From: Jeremiah Senkpiel Date: Sat, 15 May 2021 14:31:06 -0700 Subject: [PATCH] 3.0.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5892a6a..8f08e53 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1547,7 +1547,7 @@ dependencies = [ [[package]] name = "squamishaccess-functions" -version = "3.0.2" +version = "3.0.3" dependencies = [ "async-std", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 9d6ad68..4166fd0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "squamishaccess-functions" -version = "3.0.2" +version = "3.0.3" authors = ["Jeremiah Senkpiel "] edition = "2018" license = "BlueOak-1.0.0"