Skip to content

Commit 0bb3118

Browse files
committed
pin wasm-convert depdendency to specific commit
Signed-off-by: Joel Dice <joel.dice@fermyon.com>
1 parent 428fb3e commit 0bb3118

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

Cargo.lock

Lines changed: 11 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ wasmtime-wasi = { git = "https://github.com/dicej/wasmtime", branch = "isyswasfa
3434
wasi-common = { git = "https://github.com/dicej/wasmtime", branch = "isyswasfa" }
3535
once_cell = "1.18.0"
3636
component-init = { git = "https://github.com/dicej/component-init" }
37-
wasm-convert = { git = "https://github.com/dicej/wasm-convert" }
37+
wasm-convert = { git = "https://github.com/dicej/wasm-convert", rev = "f4cb9b22" }
3838
async-trait = "0.1.74"
3939
futures = "0.3.29"
4040
tokio = { version = "1.34.0", features = ["macros", "rt", "rt-multi-thread", "fs"] }

0 commit comments

Comments
 (0)