From 82fe12b489975eae4565a8ff2e51e7785d732cc1 Mon Sep 17 00:00:00 2001 From: Andrew Hassan Date: Tue, 8 Oct 2024 09:34:43 -0400 Subject: [PATCH] Bump shopify_function crate to 0.8.1 --- Cargo.lock | 2 +- shopify_function/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ff4dc76..843fe36 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -204,7 +204,7 @@ dependencies = [ [[package]] name = "shopify_function" -version = "0.8.0" +version = "0.8.1" dependencies = [ "graphql_client", "graphql_client_codegen", diff --git a/shopify_function/Cargo.toml b/shopify_function/Cargo.toml index 3b6f011..e7facd4 100644 --- a/shopify_function/Cargo.toml +++ b/shopify_function/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shopify_function" -version = "0.8.0" +version = "0.8.1" edition = "2021" authors = ["Surma ", "Delta Pham "] license = "MIT"