Skip to content

Commit

Permalink
bump wasmtime to latest main, we need bytecodealliance#6209
Browse files Browse the repository at this point in the history
  • Loading branch information
Pat Hickey committed Apr 14, 2023
1 parent 0fa64f1 commit e56487c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion host/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ cap-rand = { workspace = true }
cap-net-ext = { workspace = true }
tokio = { version = "1.22.0", features = [ "rt", "macros" ] }
tracing = { workspace = true }
wasmtime = { version = "7.0.0", features = ["component-model"] }
wasmtime = { git = "https://github.com/bytecodealliance/wasmtime", rev = "cc1c14ac913be13329e5cfc91c33e053ab722132", features = ["component-model"] }
wasi-common = { path = "../wasi-common" }
wasi-cap-std-sync = { path = "../wasi-common/cap-std-sync" }
clap = { version = "4.1.9", features = ["derive"] }
Expand Down

0 comments on commit e56487c

Please sign in to comment.