Skip to content

Commit a035fca

Browse files
authored
Merge pull request #137 from Shopify/ap.v1.0.0
v1.0.0
2 parents 8b239b8 + ec70dc2 commit a035fca

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 2 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[package]
22
name = "shopify_function"
3-
version = "0.8.1"
3+
version = "1.0.0"
44
edition = "2021"
55
authors = ["Surma <[email protected]>", "Delta Pham <[email protected]>"]
66
license = "MIT"
77
description = "Crate to write Shopify Functions in Rust."
88

99
[dependencies]
1010
serde_json = "1.0"
11-
shopify_function_macro = { version = "0.8.1", path = "../shopify_function_macro" }
11+
shopify_function_macro = { version = "1.0.0", path = "../shopify_function_macro" }
1212
shopify_function_wasm_api = "0.1.0"
1313

1414
# Use the `small` feature of ryu (transitive dependency through serde_json)

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.1"
3+
version = "1.0.0"
44
edition = "2021"
55
authors = ["Surma <[email protected]>", "Delta Pham <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)