Skip to content

Commit

Permalink
Merge pull request #13 from wacker-dev/bump-wasmtime
Browse files Browse the repository at this point in the history
Test on wasmtime 22.0.0
  • Loading branch information
iawia002 authored Jun 21, 2024
2 parents 0f2614b + 91b9ba3 commit da97e46
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions waki/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ wit-deps = "0.3.1"
[dev-dependencies]
test-programs-artifacts = { path = "../test-programs/artifacts" }

wasmtime = "21.0.1"
wasmtime-wasi = "21.0.1"
wasmtime-wasi-http = "21.0.1"
wasmtime = "22.0.0"
wasmtime-wasi = "22.0.0"
wasmtime-wasi-http = "22.0.0"
hyper = "1.3.1"
http-body-util = "0.1.1"
tokio = { version = "1.38.0", features = ["macros"] }

0 comments on commit da97e46

Please sign in to comment.