Skip to content

Commit 9c1199c

Browse files
authored
Merge pull request #74 from Shopify/ap.update-crate-versions
Update API/core crate versions to 0.1.0
2 parents 690257f + 5200e03 commit 9c1199c

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/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_wasm_api"
3-
version = "0.0.1"
3+
version = "0.1.0"
44
edition = "2021"
55
license = "MIT"
66
repository = "https://github.com/Shopify/shopify-function-wasm-api"
77
homepage = "https://github.com/Shopify/shopify-function-wasm-api"
88
description = "High-level interface for interfacing with the Shopify Function Wasm API"
99

1010
[dependencies]
11-
shopify_function_wasm_api_core = { path = "../core", version = "0.0.1" }
11+
shopify_function_wasm_api_core = { path = "../core", version = "0.1.0" }
1212
thiserror = "2.0"
1313

1414
[target.'cfg(not(target_family = "wasm"))'.dependencies]

core/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_wasm_api_core"
3-
version = "0.0.1"
3+
version = "0.1.0"
44
edition = "2021"
55
license = "MIT"
66
repository = "https://github.com/Shopify/shopify-function-wasm-api"

integration_tests/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "integration_tests"
3-
version = "0.0.1"
3+
version = "0.1.0"
44
edition = "2021"
55

66
[dependencies]
@@ -17,4 +17,4 @@ shopify_function_provider = { path = "../provider" }
1717
walrus = "0.23.3"
1818
anyhow = "1.0"
1919
wat = "1.229.0"
20-
insta = "1"
20+
insta = "1"

provider/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ crate-type = ["lib", "cdylib"]
1212

1313
[dependencies]
1414
rmp = "0.8.14"
15-
shopify_function_wasm_api_core = { path = "../core", version = "0.0.1" }
15+
shopify_function_wasm_api_core = { path = "../core", version = "0.1.0" }
1616
bumpalo = { version = "3.17.0", features = ["collections"] }
1717

1818
[dev-dependencies]

0 commit comments

Comments
 (0)