Skip to content

Commit a3ff649

Browse files
authored
Merge pull request #96 from Shopify/ah.bump-macro-0.8.1
Bump shopify_function_macro crate to 0.8.1
2 parents aeaa2c3 + ca98c71 commit a3ff649

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

shopify_function/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description = "Crate to write Shopify Functions in Rust."
99
[dependencies]
1010
serde = { version = "1.0.210", features = ["derive"] }
1111
serde_json = "1.0"
12-
shopify_function_macro = { version = "0.8.0", path = "../shopify_function_macro" }
12+
shopify_function_macro = { version = "0.8.1", path = "../shopify_function_macro" }
1313

1414
# Use the `small` feature of ryu (transitive dependency through serde_json)
1515
# to shave off ~9kb of the Wasm binary size.

shopify_function_macro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "shopify_function_macro"
3-
version = "0.8.0"
3+
version = "0.8.1"
44
edition = "2021"
55
authors = ["Surma <[email protected]>", "Delta Pham <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)