Skip to content

Commit 6c08aa4

Browse files
authored
Merge pull request #77 from Shopify/ap.trampoline-v1.0.1
Trampoline v1.0.1
2 parents 1508883 + 3ac1e06 commit 6c08aa4

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Cargo.lock

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

trampoline/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "shopify_function_trampoline"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
edition = "2021"
55
license = "MIT"
66
repository = "https://github.com/Shopify/shopify-function-wasm-api"
@@ -10,7 +10,6 @@ description = "Tool for augmenting Wasm modules to be compatible with the Shopif
1010
[dependencies]
1111
walrus = "0.23.3"
1212
anyhow = "1.0"
13-
once_cell = "1.21.3"
1413
clap = { version = "4.5.38", features = ["derive"] }
1514

1615
[dev-dependencies]

0 commit comments

Comments
 (0)