Skip to content

Commit a7b4e87

Browse files
committed
Update to upstream wasm-convert
1 parent 7f6e3f8 commit a7b4e87

File tree

2 files changed

+4
-4
lines changed

2 files changed

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ wasmtime = "25.0.1"
3030
wasmtime-wasi = "25.0.1"
3131
wasi-common = "25.0.1"
3232
once_cell = "1.20.2"
33-
component-init = { git = "https://github.com/benbrandt/component-init", rev = "01e18e7" }
34-
wasm-convert = { git = "https://github.com/benbrandt/wasm-convert", rev = "afa8d0d" }
33+
component-init = { git = "https://github.com/benbrandt/component-init", rev = "d1f3df3" }
34+
wasm-convert = { git = "https://github.com/dicej/wasm-convert", rev = "a42b419" }
3535
async-trait = "0.1.83"
3636
futures = "0.3.31"
3737
tokio = { version = "1.40.0", features = [

0 commit comments

Comments
 (0)