Skip to content

Commit 61bf4f4

Browse files
committed
Relase v0.6.0
1 parent 77383ec commit 61bf4f4

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
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.

example/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2021"
55
license = "MIT"
66

77
[dependencies]
8-
shopify_function = { path = "../shopify_function", version = "0.5.0" }
8+
shopify_function = { path = "../shopify_function" }
99
serde = { version = "1.0.13", features = ["derive"] }
1010
serde_json = "1.0"
1111
graphql_client = "0.13.0"

example_with_targets/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2021"
55
license = "MIT"
66

77
[dependencies]
8-
shopify_function = { path = "../shopify_function", version = "0.5.0" }
8+
shopify_function = { path = "../shopify_function" }
99
serde = { version = "1.0.13", features = ["derive"] }
1010
serde_json = "1.0"
1111
graphql_client = "0.13.0"

shopify_function/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[package]
22
name = "shopify_function"
3-
version = "0.5.0"
3+
version = "0.6.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]
10-
shopify_function_macro = { version = "0.5.0", path = "../shopify_function_macro" }
1110
serde = { version = "1.0.13", features = ["derive"] }
1211
serde_json = "1.0"
12+
shopify_function_macro = { version = "0.6.0", path = "../shopify_function_macro" }
1313

1414
[dev-dependencies]
1515
graphql_client = "0.13.0"

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

0 commit comments

Comments
 (0)