Skip to content

Commit e9359fd

Browse files
committed
pin component-init dependency to specific commit
Signed-off-by: Joel Dice <joel.dice@fermyon.com>
1 parent a62057d commit e9359fd

File tree

2 files changed

+4
-13
lines changed

2 files changed

+4
-13
lines changed

Cargo.lock

Lines changed: 3 additions & 12 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
@@ -33,7 +33,7 @@ wasmtime = { git = "https://github.com/dicej/wasmtime", branch = "isyswasfa", fe
3333
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"
36-
component-init = { git = "https://github.com/dicej/component-init", rev = "312bc8c5" }
36+
component-init = { git = "https://github.com/dicej/component-init", rev = "70d4523b" }
3737
wasm-convert = { git = "https://github.com/dicej/wasm-convert", rev = "f4cb9b22" }
3838
async-trait = "0.1.74"
3939
futures = "0.3.29"

0 commit comments

Comments
 (0)