Skip to content

Commit ff285e9

Browse files
authored
Merge pull request #146 from Shopify/ap.bump-wasm-api
Bump `shopify_function_wasm_api` to `0.2.0`
2 parents f7bfc89 + bcd8ac9 commit ff285e9

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Cargo.lock

Lines changed: 3 additions & 2 deletions
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_json = "1.0"
1111
shopify_function_macro = { version = "1.1.0", path = "../shopify_function_macro" }
12-
shopify_function_wasm_api = "0.1.0"
12+
shopify_function_wasm_api = "0.2.0"
1313

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

0 commit comments

Comments
 (0)