diff --git a/Cargo.lock b/Cargo.lock index 843fe36..753c23b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -216,7 +216,7 @@ dependencies = [ [[package]] name = "shopify_function_macro" -version = "0.8.0" +version = "0.8.1" dependencies = [ "convert_case", "graphql_client_codegen", diff --git a/shopify_function/Cargo.toml b/shopify_function/Cargo.toml index e7facd4..fdbac85 100644 --- a/shopify_function/Cargo.toml +++ b/shopify_function/Cargo.toml @@ -9,7 +9,7 @@ description = "Crate to write Shopify Functions in Rust." [dependencies] serde = { version = "1.0.210", features = ["derive"] } serde_json = "1.0" -shopify_function_macro = { version = "0.8.0", path = "../shopify_function_macro" } +shopify_function_macro = { version = "0.8.1", path = "../shopify_function_macro" } # Use the `small` feature of ryu (transitive dependency through serde_json) # to shave off ~9kb of the Wasm binary size. diff --git a/shopify_function_macro/Cargo.toml b/shopify_function_macro/Cargo.toml index a6700cd..2b28bbd 100644 --- a/shopify_function_macro/Cargo.toml +++ b/shopify_function_macro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shopify_function_macro" -version = "0.8.0" +version = "0.8.1" edition = "2021" authors = ["Surma ", "Delta Pham "] license = "MIT"