Skip to content

Commit

Permalink
feat: wasmtime 24.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jornfranke committed Aug 31, 2024
1 parent 1f53e41 commit ada12fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions wasm-app/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ edition = "2021"
anyhow = {version = "1.0.86"}
arrow = { version = "52.2.0", default-features = false, features = ["ipc","prettyprint"] }
time = {version = "0.3.36", features = ["macros"]}
wasmtime = { version = "23.0.1"}
wasmtime-wasi = { version = "23.0.1"}
wasi-common = { version = "23.0.1"}
wasmtime = { version = "24.0.0"}
wasmtime-wasi = { version = "24.0.0"}
wasi-common = { version = "24.0.0"}

0 comments on commit ada12fa

Please sign in to comment.