Skip to content

Commit

Permalink
host_wasmtime: bump wasmtime to 16.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yamt committed Dec 26, 2023
1 parent ced9134 commit 3ebdd3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions host_wasmtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ async-trait = "0.1.75"
tokio = { version = "1.35.1", default-features = false }

# preview2 and component-model are still moving targets.
wasmtime = { version = "15.0.1", default-features = false, features = ["component-model", "cranelift"]}
wasmtime-wasi = { version = "15.0.1", default-features = false, features = ["preview2", "sync"] }
wasmtime = { version = "16.0.0", default-features = false, features = ["component-model", "cranelift"]}
wasmtime-wasi = { version = "16.0.0", default-features = false, features = ["preview2", "sync"] }

0 comments on commit 3ebdd3d

Please sign in to comment.