Skip to content

Commit 8b239b8

Browse files
authored
Merge pull request #136 from Shopify/ap.use-released-wasm-api
Use released Wasm API crate
2 parents ecf5203 + 0a8fcf1 commit 8b239b8

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

Cargo.lock

Lines changed: 9 additions & 6 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 = "0.8.1", path = "../shopify_function_macro" }
12-
shopify_function_wasm_api = { git = "https://github.com/Shopify/shopify-function-wasm-api", rev = "53b7f99c1cd67fc1f602495c745a9af166413573" }
12+
shopify_function_wasm_api = "0.1.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)